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 initialize.
I take the code from the first example in the Rcpp-Modules vignette:
#in
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