My two cents on this. Since I'm working on CUDA code, and CUDA for
some reason does not like Rcpp I have to have a separate cpp file
exclusively for the RCPP_MODULE, that does not include any cuda code.
Then things are resolved in the linker. I'll always put RCPP_MODULE
in a cpp file for my work.
Is there any guidance on where to put RCPP_MODULE declarations in
package sources? I'm working on the assumption of one module per
package but the module itself can contain multiple class or function
declarations. Is one module per package reasonable or would there be
a reason for multiple module
Hello Rcpp developers and other people on the list,
Romain Francois encouraged me to send this email to the list announcing a
package my lab recently submitted to CRAN.
http://cran.r-project.org/web/packages/RSNNS/
Here is the package description:
The Stuttgart Neural Network Simulator (SNNS