R/plugin.R

Defines functions inlineCxxPlugin

# Inline plugin used by sourceCpp.
inlineCxxPlugin <- function() {
   
   list(
      env = list(
         PKG_CXXFLAGS = tbbCxxFlags(),
         PKG_LIBS = tbbLdFlags()
      ),
      includes  = "#include <RcppParallel.h>",
      LinkingTo = "RcppParallel",
      body      = identity,
      Depends   = "RcppParallel"
   )
}

Try the RcppParallel package in your browser

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

RcppParallel documentation built on March 7, 2023, 7:05 p.m.