I have also found this, hidden in the mailing list:
suppressPackageStartupMessages(library('...'))
It does what I expect.
Thanks
Hi
I use --vanilla --quiet --slave options on command line but I always get
Loading required package: ...
in stderr.
How to remove this line ?
Thanks
require it quietly:
require(sp,quietly=TRUE)
Barry
--
Sébastien Moretti
SIB Vital-IT EMBnet, Quartier Sorge - Genopode
CH-1015 Lausanne, Switzerland
Tel.: +41 (21) 692 4079/4221
http://www.vital-it.ch/ http://ch.embnet.org/ http://myhits.vital-it.ch/
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.