search for: wcrit

Displaying 1 result from an estimated 1 matches for "wcrit".

Did you mean: scrit
2004 Aug 08
1
Use of R_PROFILE.R / install.R
...oading, not attaching, a namespace, for packages with namespaces.) Looking on CRAN, it seems that two packages use R_PROFILE.R for `options(echo=FALSE)', which does not do anything useful AFAICS. A non-empty install.R is used for require(methods) require(boot) require("Hmisc") data(Wcrit.R) and that's not the intention (and in particular require() should have its return value checked!) -- this is best done in .First.lib/.onLoad. One problem is that the package has no way to prevent a saved image being forced with INSTALL --save. Since this mechanism is a maintenance night...