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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20110618/b7683c1a/attachment.htm>
[Rcpp-devel] Error in FUN("_rcpp_module_boot
2 messages · andre zege, Davor Cubranic
On June 18, 2011 02:22:24 PM andre zege wrote:
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.
Did you update R and/or your Ubuntu distribution and haven't rebuilt the package? They won't be binary compatible across versions of R. Davor