package development with Rcpp

Error in .Call("_FirstRcpp_timesTwo", PACKAGE = "FirstRcpp", x) :

1 Like


Error in .Call("_FirstRcpp_RcppExport_registerCCallable", PACKAGE = "FirstRcpp") :
"_FirstRcpp_RcppExport_registerCCallable" not available for .Call() for package "FirstRcpp"

I would recommend working through the introduction.


does the following work ?
library("Rcpp")
evalCpp("2 + 2")
1 Like

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.