R/inline.R

Defines functions inlineCxxPlugin

inlineCxxPlugin <- function(...) {
    plugin <- Rcpp::Rcpp.plugin.maker(
        include.before = "#include <RcppMLPACK.h>", 
        libs = sprintf("%s $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)", RcppMLPACKLdFlags()),
        LinkingTo      = c("RcppArmadillo", "Rcpp", "BH", "RcppMLPACK"),
        package        = "RcppMLPACK"
    )
    settings <- plugin()
    settings
}

Try the RcppMLPACK package in your browser

Any scripts or data that you put into this service are public.

RcppMLPACK documentation built on April 21, 2020, 9:05 a.m.