[R] dyn.unload

Christian Hennig hennig at stat.math.ethz.ch
Wed Feb 6 11:11:58 CET 2002


Dear list,

I want to write a package which loads a C library dynamically.

It seems that it is not possible to unload the library using dyn.unload
(for example with detach, .Last.lib)
if it has been loaded with library.dynam in .First.lib.

dyn.unload in my experience only unloads libraries
successfully which have been loaded by dyn.load.

So how to unload libraries which were loaded in .First.lib (dyn.load seems
to be discouraged for .First.lib)?

Christian

-- 
***********************************************************************
Christian Hennig
Seminar fuer Statistik, ETH-Zentrum (LEO), CH-8092 Zuerich (current)
and Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg
hennig at stat.math.ethz.ch, http://stat.ethz.ch/~hennig/
hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/
#######################################################################
ich empfehle www.boag.de


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