Message-ID: <199804010833.JAA09939@bernstein.mrc-bsu.cam.ac.uk>
Date: 1998-04-01T08:33:05Z
From: David Clayton
Subject: R-beta: Not loading C library
In-Reply-To: Your message of "Tue, 31 Mar 1998 08:16:54 PDT." <Pine.LNX.3.96.980331081253.2913A-100000@kiefte.v-wave.com>
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._