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
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
2 matches
Mail list logo