You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently part of the Rcpp::as and Rcpp::wrap support is compiled into RcppArrayFie.so. Adding that library to the linker does work on Linux, but it is not portable. Instead, Rcpp::as and Rcpp::wrap support should be done header-only.
The text was updated successfully, but these errors were encountered:
Currently part of the
Rcpp::as
andRcpp::wrap
support is compiled intoRcppArrayFie.so
. Adding that library to the linker does work on Linux, but it is not portable. Instead,Rcpp::as
andRcpp::wrap
support should be done header-only.The text was updated successfully, but these errors were encountered: