On 16 July 2017 at 15:39, Ismail SEZEN wrote: | For the people who might have the same/similar issue; | | Please do not use direct call (as below) to cpp functions in your code somewhere; | | .Call('rpbl_hef_list', PACKAGE = ‘rpbl’, ...)
You can. But then you must use the same form as generated by Rcpp Attributes. Which changed for Rcpp 0.12.12 (see NEWS.Rd and ChangeLog, we needed to find a form not auto-exporting every symbol per the default exportPattern() in the NAMESPACE file) and that tripped you up here. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org _______________________________________________ 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