RcppParallel (version 5.0.2)

RcppParallelFlags: Compilation flags for RcppParallel

Description

Output the compiler or linker flags required to build against RcppParallel.

Usage

CxxFlags()
LdFlags()
RcppParallelLibs()

Arguments

Value

Returns NULL invisibly. The function is not called for it's return value rather for the side effect of outputting the flags.

Details

These functions are typically called from Makevars as follows:

PKG_LIBS += $(shell "${R_HOME}/bin/Rscript" -e "RcppParallel::LdFlags()")