Description Usage Value Author(s) See Also Examples
Get CXXFLAGS to compile with covafill
1 | cxxFlags()
|
Returns a string with the CXXFLAGS needed to compile C++ code using covafill.
Christoffer Moesgaard Albertsen
1 2 3 4 5 6 7 | ## Not run:
if(require("TMB")){
f <- system.file("examples","tmbtest","tmbtest.cpp", package='covafillr')
TMB::compile(f,CXXFLAGS = cxxFlags())
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.