| RcppParallelFlags {RcppParallel} | R Documentation |
Output the compiler or linker flags required to build against RcppParallel.
CxxFlags() LdFlags() RcppParallelLibs()
These functions are typically called from Makevars as follows:
PKG_LIBS += $(shell "${R_HOME}/bin/Rscript" -e "RcppParallel::LdFlags()")
Returns NULL invisibly. The function is not called for it's
return value rather for the side effect of outputting the flags.