[R] problems with compiling a package
Gabor Grothendieck
ggrothendieck at myway.com
Tue Nov 16 21:39:14 CET 2004
<r.ghezzo <at> staff.mcgill.ca> writes:
: One other question, this npreparing package for lazy loading does not occur
for
: all packages, although their DESCRIPTION and folders are similar, When does a
: package goes to lazy loading and when it does not?
You can use
LazyLoad: no
in the DESCRIPTION file to prevent lazy loading.
Alternately you can use the --no-lazy switch on
R CMD install
More information about the R-help
mailing list