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&#39;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&lt;-Module(&quot;cUtils&quot;)<br><br>I am getting an error <br><br>Error in FUN(&quot;_rcpp_module_boot_cUtils&quot;[[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>