Hello,
If you are using R CMD SHLIB/dyn.load, you can grab the result of dyn.load and
use it as the PACKAGE argument of Module.
Romain
Le 23 févr. 2012 à 17:36, Kevin Ceder a écrit :
> I started digging to Rcpp yesterday as a way to plug a C++ class I wrote into
> R. It looks like RCPP_MO
Hi Kevin,
Welcome to Rcpp!
On 23 February 2012 at 08:36, Kevin Ceder wrote:
| I started digging to Rcpp yesterday as a way to plug a C++ class I wrote into
R. It looks like RCPP_MODULE is the way to go to expose the class. However,
while following the examples I can't get the modules to init