rcpparrayfire
rcpparrayfire copied to clipboard
Convert to header only
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.