I try to get the Rcpp.package.skeleton example running. Rcpp.package.skeleton('GeneticsHaplotype', module = T);
My zzz.R looks like: .onLoad <- function(libname, pkgname){ #loadRcppModules() loadModule("yada", TRUE) } I also tried various variations (as indicated by the comments in zzz.R). I run into library('devtools'); library('Rcpp'); install('GeneticsHaplotype'); require('GeneticsHaplotype') y = Module('yada', mustStart = T); into Error in Module("yada", mustStart = T) : Failed to initialize module pointer: Error in FUN("_rcpp_module_boot_yada"[[1L]], ...): no such symbol _rcpp_module_boot_yada in package .GlobalEnv I am running R 3.1.1 (also tried 3.0.1, then 3.0.3), Rcpp_0.11.2 In earlier tries the package name was prepended to the function in the error message, but I could never get to that point again. Thank you very much in advance, Stefan _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel