R/zzz_hacks.R

Defines functions hvar__matrix hvar__ h__ dfdu__ dhdx__ g__ dfdx__ f__

# Hacks to solve issues with R CMD check

# 1. Prevent 'no visile binding for global variables' for functions defined
# by eval(parse(text=function_as_string) type constructions used in RTMB

f__ <- function(stateVec, parVec, inputVec) NULL
dfdx__ <- function(stateVec, parVec, inputVec) NULL
g__ <- function(stateVec, parVec, inputVec) NULL
dhdx__ <- function(stateVec, parVec, inputVec) NULL
dfdu__ <- function(stateVec, parVec, inputVec) NULL
h__ <- function(stateVec, parVec, inputVec) NULL
hvar__ <- function(stateVec, parVec, inputVec) NULL
hvar__matrix <- function(stateVec, parVec, inputVec) NULL
x <- NULL

Try the ctsmTMB package in your browser

Any scripts or data that you put into this service are public.

ctsmTMB documentation built on April 12, 2025, 1:45 a.m.