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