Skip to content
Prev 45785 / 63421 Next

dyn.load inside a package in R >= 3.0

I see that for the x64 architecture a function is used called dyn.open. Is that what puts it in the appropriate namespace? The x86 version uses dyn.load and it doesn't seem to specify a package or namespace.
I can't find any documentation for dyn.open - is it defined somewhere I can't find it?
What would be a less ugly hack for accomplishing this?
Thanks
Adrian

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Sunday, April 28, 2013 10:27 AM
To: Adrian Mejia
Cc: r-devel at r-project.org
Subject: Re: [Rd] dyn.load inside a package in R >= 3.0
On 24.04.2013 19:55, Adrian Mejia wrote:
If you need an example for such an ugly hack, see how we did it in the BRugs package.

Best,
Uwe Ligges