R-beta: survival4
Martyn Plummer
plummer at iarc.fr
Tue Jan 27 15:43:00 CET 1998
Goran Brostrom <gb at stat.umu.se> writes
> I have installed R (latest) on two machines running RedHat Linux,
> Versions 4.2 and 5.0, respectively. In both cases I get the
> following error: Starting R in an empty (ie, no .RData file) folder
> is fine, coxph works, but if I quit, save the work sheet and
> start R again I get a "not in load table" error. See below.
The problem lies with the character vector ".Dyn.libs" which is
kept in the global environment and is apparently saved from one
R session to another.
The R function library.dynam, which does the dynamic loading, checks
against this vector to see if any of it's entries are already loaded.
In the second R session, the survival4 and splines shared object files
are not loaded because R thinks they are already there.
Martyn
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list