Skip to content
Prev 332752 / 398506 Next

deSolve, unresolved namespace error

On 06/11/2013 17:20, Adam Clark wrote:
Who said it was unloaded?  That it is not by default is explicit in ?detach.
I am not sure why you think it is reasonable to do that.  Clearly the 
designers of deSolve did not think so, as it does not have an .onUnload 
action.

 > library(deSolve)
 > names(getLoadedDLLs())
[1] "base"      "utils"     "methods"   "grDevices" "graphics"  "stats"
[7] "deSolve"   "tools"
 > detach("package:deSolve", unload=TRUE)
 > names(getLoadedDLLs())
[1] "base"      "utils"     "methods"   "grDevices" "graphics"  "stats"
[7] "deSolve"   "tools"
It is really an R-devel question: see the posting guide.  In particular 
OSes differ in how (or even if) they can reload DLLs, and the details 
are way too technical for R-help.

In any case, there are no reproduction instructions here: see the 
posting guide.