Displaying 1 result from an estimated 1 matches for "rcpptest".
Did you mean:
cpptest
2013 Sep 16
1
Rcpp modules
...mod = Module('testclass', PACKAGE = dlr);
cl = new(mod$testclass);
This results in the error message:
Failed to initialize module pointer: Error in
FUN("_rcpp_module_boot_testclass"[[1L]], ...): no such symbol
_rcpp_module_boot_testclass in package
/home/pingu/src/2013-rcpp-test/rcpptest/build/libtestlib.so
Passing the PACKAGE argument above reportedly should solve this error
but does not seem to do so in my setup. Any suggestion appreciated. The
mentioned symbol exists in the shared object file which is linked agains
libR and libRcpp. Both a build with R CMD SHLIB and/or standard...