setup_tmb: TMB setup

View source: R/admbutils.R

setup_tmbR Documentation

TMB setup

Description

Sets up executable for the .cpp file (tpl) by looking for exe in package directory or compiles cpp file in local directory (clean=FALSE) of from package directory.

Usage

setup_tmb(tpl, clean = FALSE, debug = FALSE)

Arguments

tpl

character string for admb template file

clean

if TRUE, deletes the tpl (.cpp) and executable files in local directory and copies from package directory

debug

if TRUE, writes out debug line values in code


marked documentation built on Oct. 19, 2023, 5:06 p.m.