Hi all, Adding `[[Rcpp::export]]` tag to a package function leads to the following outcomes:
1. Definition of "RcppExport SEXP _mypkg_myfun()" in RcppExports.cpp (hence in dll) 2. Definition of "myfun() {.Call(`_mypkg_myfun`)}" in RcppExports.R It is totally fine. Just out of curiosity, is it possible to suppress the latter reaction and get only `_mypkg_myfun` for .Call-ing? Best, Watal M. Iwasaki
_______________________________________________ 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