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]]
______________________________________________
[email protected] 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.