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