dynr.config: Check that dynr in configured properly

View source: R/dynrFuncAddress.R

dynr.configR Documentation

Check that dynr in configured properly

Description

Check that dynr in configured properly

Usage

dynr.config(verbose = FALSE)

Arguments

verbose

logical. Whether to print messages during/after checks

Details

The 'dynr' package requires additional set-up and configuration beyond just installing the package. In particular, it requires compiling C code along with GSL to run (cook) models. This function runs some basic checks of the configuration. We check that (1) R is on the PATH variable, (2) Rtools exists and is on the PATH variable for Windows, (3) a C compiler is available, and (4) GSL is available and on the PATH.

In general, see the 'Installation for Users' vignette for set-up and configuration instructions.

Value

No return value.

Examples

## Not run: dynr.config()

dynr documentation built on Oct. 17, 2022, 9:06 a.m.