[Rd] Finding dynamic shared libraries loaded with a package

Gabor Grothendieck ggrothendieck at gmail.com
Tue Jul 24 02:47:32 CEST 2012


On Mon, Jul 23, 2012 at 8:29 PM, Winston Chang <winstonchang1 at gmail.com> wrote:
> Is there a way to query a package to see what dynamic shared libraries are
> loaded with it?
>

This gives a "DLLInfoList" class object whose components are info
associated with the loaded dll's

DLLInfoList <- library.dynam()

and this gives the components associated with package "stats"

DLLInfoList[sapply(DLLInfoList, "[[", "name") == "stats"]





-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com



More information about the R-devel mailing list