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. <br>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<br>
<br>require(Rcpp)<br>mod<-Module("cUtils")<br><br>I am getting an error <br><br>Error in FUN("_rcpp_module_boot_cUtils"[[1L]], ...) : <br> no such symbol _rcpp_module_boot_cUtils in package .GlobalEnv<br>
<br>I thought maybe someone more familiar with inner mechanics of Rcpp could point to something i am missing. <br><br>Thanks much<br>Andre<br>