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.