Displaying 1 result from an estimated 1 matches for "somelittlerscript".
2007 Apr 27
1
How to suppress 'Loading required package ...' via Depends/Imports
...additionally I can wrap the require call in stopfifnot()
making it both quiet and failure proof.
But I cannot figure out how to tell R via DESCRIPTION how to
a) not tell me its loading a package
b) keep quiet about the conflicts
In other words, how do I get rid of all this:
foo:~s> ./someLittlerScript
Loading required package: MASS
Loading required package: grDevices
Loading required package: graphics
Loading required package: stats
Loading required package: utils
Loading required package: zoo
Attaching package: 'zoo'
The following object(s) are masked from pac...