[Rcpp-devel] Error in FUN("_rcpp_module_boot

andre zege andre.zege at gmail.com
Sat Jun 18 23:22:24 CEST 2011


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>


More information about the Rcpp-devel mailing list