powered by
Get CXXFLAGS to compile with covafill
cxxFlags()
Returns a string with the CXXFLAGS needed to compile C++ code using covafill.
compile
# NOT RUN { if(require("TMB")){ f <- system.file("examples","tmbtest","tmbtest.cpp", package='covafillr') TMB::compile(f,CXXFLAGS = cxxFlags()) } # }
Run the code above in your browser using DataLab