Skip to content
Prev 315202 / 398506 Next

Loading circular package from Rprofile.site

This is a known bug in the package.  It should have used 
utils::packageDescription, or imported it in its NAMESPACE.  If this was 
not condiitonal on interactive() it would have be shown up in the CRAN 
package checks.

Rprofile.site is run early in the startup process: it is not really 
intended for such things.  Use ~/.Rprofile to load packages for your 
session.
On 13/01/2013 03:49, Ved P. Sharma wrote: