expose_stan_fns: Expose internal package stan functions in R

View source: R/utilities.R

expose_stan_fnsR Documentation

Expose internal package stan functions in R

Description

[Stable] his function exposes internal stan functions in R from a user supplied list of target files. Allows for testing of stan functions in R and potentially user use in R code.

Usage

expose_stan_fns(files, target_dir, ...)

Arguments

files

A character vector indicating the target files.

target_dir

A character string indicating the target directory for the file.

...

Additional arguments passed to rstan::expose_stan_functions().

Value

No return value, called for side effects


epiforecasts/EpiNow2 documentation built on May 13, 2024, 3:11 a.m.