use_saumika_tmb: Function for activating cpp file for samuuika with TMB

Description Usage Arguments Examples

View source: R/use_cpp.R

Description

Function for activating cpp file for samuuika with TMB

Usage

1
2
3
4
5
6
use_saumika_tmb(
  TmbFile = "samuika",
  CppDir = system.file("executable", package = "messir"),
  RunDir = getwd(),
  overwrite = FALSE
)

Arguments

TmbFile

Cpp file name

CppDir

directory having the cpp file

RunDir

directory for running the code (default: working directory)

overwrite

whether the cpp file is overwritten (TRUE) or not (FALSE; default)

Examples

1
2
3
4
## Not run: 
use_samuika_tmb()

## End(Not run)

ShotaNishijima/messir documentation built on April 2, 2020, 2:58 a.m.