Skip to content
Prev 5590 / 12125 Next

[R-pkg-devel] how to prevent a small package from yielding a large installed size?

On 6/15/20 6:52 PM, Duncan Murdoch wrote:
I think this can be done using lazyLoadDBfetch(key, file, compressed, 
hook). "key" is c(128575L, 226L) for "env::12" above. See 
library/base/R/lazyload.R. "file" is the .RDB file, "compressed" is 
TRUE, "envhook" for this can be "function(x) NULL"

Tomas