rbmi-settings: rbmi settings

rbmi-settingsR Documentation

rbmi settings

Description

Define settings that modify the behaviour of the rbmi package

Each of the following are the name of options that can be set via:

options(<option_name> = <value>)

rbmi.cache_dir

Default = tools::R_user_dir("rbmi", which = "cache")

Directory to store compiled Stan model in. If not set, a temporary directory is used for the given R session. Can also be set via the environment variable RBMI_CACHE_DIR.

Usage

set_options()

Examples

## Not run: 
options(rbmi.cache_dir = "some/directory/path")

## End(Not run)

rbmi documentation built on Oct. 16, 2024, 5:09 p.m.