View source: R/dynrFuncAddress.R
dynr.config | R Documentation |
Check that dynr in configured properly
dynr.config(verbose = FALSE)
verbose |
logical. Whether to print messages during/after checks |
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.
No return value.
## Not run: dynr.config()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.