Re: [Rd] RFC: R_data_class as part of the C-API

2013-04-28 Thread Thomas Friedrichsmeier
Hi, On Friday 26 April 2013 21:07:00 Laurent Gautier wrote: [...] > SEXP R_data_class(SEXP obj, Rboolean singleString) > ``` > > I am obviously writing this because I'd wish to see it in the API, [...] I'd like to second this request, as we'd have use for this in RKWard, too. Regards Thomas si

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

2013-04-28 Thread Uwe Ligges
On 24.04.2013 19:55, Adrian Mejia wrote: 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