[Rd] Speeding up library loading
Martin Maechler
maechler at stat.math.ethz.ch
Mon Apr 25 19:14:20 CEST 2005
>>>>> "UweL" == Uwe Ligges <ligges at statistik.uni-dortmund.de>
>>>>> on Mon, 25 Apr 2005 18:51:50 +0200 writes:
UweL> Ali - wrote:
>> (1) When R tries to load a library, does it load 'everything' in the
>> library at once?
UweL> No, see ?lazyLoad
are you sure Ali is talking about *package*s.
He did use the word "library" though, and most of us (including
Uwe!) know the difference...
>> (2) Is there any options to 'load as you go'?
UweL> Well, this is the way R does it....
for packages yes, because of lazyloading, as Uwe mentioned above.
For libraries, (you know: the things you get from compiling and
linking C code ..), it may be a bit different.
What do you really mean, packages or libraries,
Ali?
More information about the R-devel
mailing list