Skip to content
Prev 26689 / 63424 Next

When to use LazyLoad, LazyData and ZipData?

On 11/14/2007 7:01 AM, Bj?rn-Helge Mevik wrote:
I think that you shouldn't care about these things, and should accept 
the default for them unless one of those two pieces of advice applies to 
you.  Let the package install code decide on what values to use.

If you want to know the current defaults, look at the INSTALL script in 
R_HOME/bin, but don't expect them to stay the same as versions change. 
For example, lazy loading saves memory but may take extra time; the code 
chooses a tradeoff based on the amount of data involved, and the details 
of that choice could easily change.

Duncan Murdoch