Re: [Rd] require(..., quietly=TRUE) does not suppress warning

2016-12-08 Thread Kevin Ushey
> > > John > > …….. > > > > John P. Nolan > > Math/Stat Dept., American University > > Gray Hall, 4400 Massachusetts Ave, NW > > Washington, DC 20016-8050 > > Phone: 202-885-3140 > > E-mail: jpno...@american.edu > &

Re: [Rd] require(..., quietly=TRUE) does not suppress warning

2016-12-08 Thread Dan Tenenbaum
on, DC 20016-8050 > Phone: 202-885-3140 > E-mail: jpno...@american.edu > Web: http://fs2.american.edu/jpnolan/www/ > > > > -Original Message > From: R-devel [mailto:r-devel-boun...@r-project.org] On Behalf Of Dan > Tenenbaum > Sent: Thursday, December 8, 2

Re: [Rd] require(..., quietly=TRUE) does not suppress warning

2016-12-08 Thread John P. Nolan
: 202-885-3140 E-mail: jpno...@american.edu Web: http://fs2.american.edu/jpnolan/www/ -Original Message From: R-devel [mailto:r-devel-boun...@r-project.org] On Behalf Of Dan Tenenbaum Sent: Thursday, December 8, 2016 2:43 PM To: R-devel Subject: [Rd] require(..., quietly=TRUE) does not suppres

[Rd] require(..., quietly=TRUE) does not suppress warning

2016-12-08 Thread Dan Tenenbaum
Hi, The `quietly` argument of `require` is documented as follows: quietly: a logical. If ‘TRUE’, no message confirming package attaching is printed, and most often, no errors/warnings are printed if package attaching fails. However: > require(foo, quietly=TRUE) Warning mes