R-beta: Not loading C library

David Clayton david.clayton at mrc-bsu.cam.ac.uk
Wed Apr 1 10:33:05 CEST 1998


I have had the same problem, which seems to be due to a copy of .Dyn.libs left 
behind from a previous session. I've fixed this by using the following .First
function:

function() {
   if (exists(".Dyn.libs")) {
      remove(".Dyn.libs", envir=.GlobalEnv)
   }
}

But this doesn't seem like the most elegant approach to the problem!

David Clayton

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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