cxxFlags: CXXFLAGS to compile with covafill

Description Usage Value Author(s) See Also Examples

View source: R/cxxFlags.R

Description

Get CXXFLAGS to compile with covafill

Usage

1

Value

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

Author(s)

Christoffer Moesgaard Albertsen

See Also

compile

Examples

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)

covafillr documentation built on Dec. 1, 2019, 1:17 a.m.