search for: load_rcpp_module

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

2014 Oct 22
1
Problems to compile examples of RInside
...int, char**)?: /usr/local/lib/R/site-library/Rcpp/include/Rcpp/Module.h:451:5: error: ?Shield? was not declared in this scope Shield<SEXP> __load_module_call__( Rf_lang2( GET_MODULE_SYM, _rcpp_module_boot_##NAME() ); \ ^ rinside_module_sample0.cpp:27:18: note: in expansion of macro ?LOAD_RCPP_MODULE? R["bling"] = LOAD_RCPP_MODULE(bling) ; ^ /usr/local/lib/R/site-library/Rcpp/include/Rcpp/Module.h:451:5: note: suggested alternative: Shield<SEXP> __load_module_call__( Rf_lang2( GET_MODULE_SYM, _rcpp_module_boot_##NAME() ); \ ^ rinside_module_sampl...