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