search for: _rcpp_module_boot_mod

Displaying 1 result from an estimated 1 matches for "_rcpp_module_boot_mod".

2011 Feb 17
2
Newbie Rccp module question. "Failed to initialize module pointer"???
...t error message. Namely, after i run R and do >library("Rcpp") >library("mypackage") > mod<-Module("mod") >mod$norm(3,4) i get the following Error in Module(module, mustStart = TRUE) : Failed to initialize module pointer: Error in FUN("_rcpp_module_boot_mod"[[1L]], ...): no such symbol _rcpp_module_boot_mod in package .GlobalEnv I am pretty sure my error is a pretty obvious one, could someone give me a pointer on what to do differently or where to look for reference. Literal search for the error message doesn't bring anything useful.