Re: [Rd] dyn.load inside a package in R >= 3.0

2013-05-02 Thread Adrian Mejia
#x27;t find it? What would be a less ugly hack for accomplishing this? Thanks Adrian -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Sunday, April 28, 2013 10:27 AM To: Adrian Mejia Cc: r-devel@r-project.org Subject: Re: [Rd] dyn.load inside a package in

[Rd] dyn.load inside a package in R >= 3.0

2013-04-25 Thread Adrian Mejia
Hello, I am trying to port a package that was built for R 2.15 over to R 3.0. This package has an Initialize method that uses dyn.load to load a dll that was built separately, and then uses .C() to make calls on the functions in that dll. This worked fine in 2.15, however, I see that now for 3.0