search for: muststart

Displaying 2 results from an estimated 2 matches for "muststart".

Did you mean: msgstart
2011 Feb 17
2
Newbie Rccp module question. "Failed to initialize module pointer"???
...emed to compile mypackage.so OK. However, when i am trying to use module, i get 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 lo...
2011 Jun 04
2
Interfacing a C++ class
Hello Apologies for cross-posting, the discussion should (if) go to R-devel, but I also want to reach the rcpp-devel people. My C++ class FOO is a module available through Rcpp, and it works fine and is -- so far -- bug free. With trying to further develop my R package, I thought it was a good idea to interface my C++ workhorse FOO with an S4 class Foo. After some long and not always insightful