Thanks Erik for your reply. However I would also like to stop showing
messages while downloading ans installing package. For example I get
following messages while I download fBasics:

"trying URL '
http://cran.cnr.Berkeley.edu/bin/windows/contrib/2.10/fBasics_2110.79.zip'
Content type 'application/zip' length 1309928 bytes (1.2 Mb)
opened URL
downloaded 1.2 Mb
package 'fBasics' successfully unpacked and MD5 sums checked
The downloaded packages are in
        C:\Documents and Settings\tcp28.TRANS\Local
Settings\Temp\Rtmpsj6utY\downloaded_packages"

Is there any way to stop showing this message?

Thanks,


On Tue, Nov 2, 2010 at 12:16 AM, Erik Iverson <er...@ccbr.umn.edu> wrote:

> Simply read the ?library help page, where you'll find under Details:
>
>     To suppress messages during the loading of packages use
>     ‘suppressPackageStartupMessages’: this will suppress all messages
>     from R itself but not necessarily all those from package authors.
>
>
> Christofer Bogaso wrote:
>
>>  Hi, is there any way to stop showing all messages which sometimes come
>> while
>> loading a packages? For example let say I want to load fBasics package. So
>> I
>> get following notices:
>>
>> library(fBasics)
>>>
>> Loading required package: MASS
>> Loading required package: timeDate
>> Loading required package: timeSeries
>> Attaching package: 'timeSeries'
>> The following object(s) are masked from 'package:zoo':
>>    time<-
>>
>> Attaching package: 'fBasics'
>> The following object(s) are masked from 'package:base':
>>    norm
>> I want to stop all above information to be shown. Would really aprreciate
>> if
>> somebody points any.
>>
>> Thanks and regards,
>>
>>        [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> 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<http://www.r-project.org/posting-guide.html>
>> and provide commented, minimal, self-contained, reproducible code.
>>
>

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to