> 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
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 .
2 matches
Mail list logo