cxxFlags {covafillr}R Documentation

CXXFLAGS to compile with covafill

Description

Get CXXFLAGS to compile with covafill

Usage

cxxFlags()

Value

Returns a string with the CXXFLAGS needed to compile C++ code using covafill.

Author(s)

Christoffer Moesgaard Albertsen

See Also

compile

Examples

## Not run: 
if(require("TMB")){
   f <- system.file("examples","tmbtest","tmbtest.cpp", package='covafillr')
   TMB::compile(f,CXXFLAGS = cxxFlags())
}

## End(Not run)

[Package covafillr version 0.4.4 Index]