R/inline.R

Defines functions inlineCxxPlugin

inlineCxxPlugin <- function(...) {
    settings <- Rcpp::Rcpp.plugin.maker(
        include.before  = "#include <RcppThread.h>",
        package = "RcppThread",
        libs = RcppThread::LdFlags()
    )()
    settings
}

Try the RcppThread package in your browser

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

RcppThread documentation built on Oct. 19, 2023, 1:10 a.m.