[Rcpp-devel] New to Rcpp - Can't get models to work

2012-02-23 Thread Kevin Ceder
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

Re: [Rcpp-devel] New to Rcpp - Can't get models to work

2012-02-23 Thread Dirk Eddelbuettel
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