In RcppArmadillo we have:
inlineCxxPlugin <- Rcpp:::Rcpp.plugin.maker(
include.before = "#include <RcppArmadillo.h>",
libs = "$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)",
package = "RcppArmadillo"
)
We should export Rcpp.plugin.makerif we use it from other packages. I see no reason why this should be different from exporting LdFlags, ...
In RcppArmadillo we have:
We should export
Rcpp.plugin.makerif we use it from other packages. I see no reason why this should be different from exporting LdFlags, ...