Skip to content
Prev 10996 / 398502 Next

How packages are set up

On Tue, 1 May 2001, Frank E Harrell Jr wrote:

            
It is not slow: base is parsed every time R is started, for example.  Have
you tried this on a real package?  The largest current example, nlme,
takes 0.49 secs to load on my system, and that is wice the size of the
next largest.

However, as of about yesterday in the R-devel version there is an
option --save to INSTALL to create an image instead and make library()
load that.  It is not clear that is appreciably faster unless there
is more going on than parsing (like some actual computations).  (It also
unclear if it will ever be able to be done on a Mac.)
Yes, or something very similar.  (For some packages I keep the master help
in S .d format in subdirectory help, for example.)

Brian