Hi, I have an existing Rcpp module that has already been compiled into a .so. How can I integrate this into an R package? The existing vignette for packaging an Rcpp module involves including the C++ source in the package folder, which will not be feasible for my setup. I can, however, have the compiled .so file in the folder. Thanks for your help!
Best, Jon
_______________________________________________ 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