>
> > 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
> &
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
: 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
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