Re: [R] Loading circular package from Rprofile.site

2013-01-13 Thread Prof Brian Ripley
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

[R] Loading circular package from Rprofile.site

2013-01-13 Thread Ved P. Sharma
Hi, I installed "circular" package and I wanted to load it automatically when R starts up, so I added the following lines in file Rprofile.site, .First <- function() library(circular) When R starts up, it gives me the following error: -- Loading required package: boot Loading required p