Re: [R] delay evaluation of expression

2014-04-28 Thread William Dunlap
> I have tried, but it doesn't help because when you use the load_all() > function of devtools, > the datasets are not lazyLoaded but fully evaluated.. Does LazyLoad:yes in yourPackage/DESCRIPTION work for you when you use the command line 'R CMD INSTALL yourPackage? I don't use devtools, but per

[R] delay evaluation of expression

2014-04-28 Thread Luca Cerone
Dear all, in one of my packages I need to load some data from .Rdata files that are to be used from some functions (but not all off them). I would like to delay the loading of this datasets only when needed. In other cases I successfully used lazyLoad and delayedAssign(), but when I try to load a .