[R] Remove "Loading required package" message
    Sébastien Moretti 
    sebastien.moretti at unil.ch
       
    Fri Aug 27 11:46:19 CEST 2010
    
    
  
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/
    
    
More information about the R-help
mailing list