I have an Rcpp package that i wrote a while back and got to work properly on my Ubuntu Linux (Maverick Meerkat) machine, R version 211.1. I used the package before, loaded modules, run functions, etc. However, when i try to do it now i am getting errors that i wasn't able to find on rcpp-devel mail archive site or gmane. Basically, after i do the usual steps to load the module cUtils where my cpp functions are defined
require(Rcpp) mod<-Module("cUtils") I am getting an error Error in FUN("_rcpp_module_boot_cUtils"[[1L]], ...) : no such symbol _rcpp_module_boot_cUtils in package .GlobalEnv I thought maybe someone more familiar with inner mechanics of Rcpp could point to something i am missing. Thanks much Andre
_______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel