cxxFlags {covafillr} | R Documentation |
Get CXXFLAGS to compile with covafill
cxxFlags()
Returns a string with the CXXFLAGS needed to compile C++ code using covafill.
Christoffer Moesgaard Albertsen
## Not run: if(require("TMB")){ f <- system.file("examples","tmbtest","tmbtest.cpp", package='covafillr') TMB::compile(f,CXXFLAGS = cxxFlags()) } ## End(Not run)