Hi all, I'm trying out Hadley's devtools package. I'm having trouble using load_all() on a package which uses Rcpp modules. From the readme, this function "simulates installing and reloading your package, by loading R code in R/, compiled shared objects in src/and data files in data/. During development you usually want to access all functions so load_all ignores the package NAMESPACE. It works efficiently by only reloading files that have changed."
When I use it for my package, I get: Error in loadRcppModules() : loadRcppModules can only be used within a .onLoad function Is there a way to load Rcpp modules from outside an .onLoad function? I reported the issue here (https://github.com/hadley/devtools/issues/61), but Hadley said I should ask this group. Thanks, Chris _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
