stan_cmdstan_exists {instantiate} | R Documentation |
Check if instantiate
can find CmdStanR and CmdStan.
Description
Check if instantiate
can find CmdStanR and CmdStan.
Usage
stan_cmdstan_exists(
cmdstan_install = Sys.getenv("CMDSTAN_INSTALL", unset = "")
)
Arguments
cmdstan_install |
Character of length 1, how to look for an installed copy of CmdStan. See https://wlandau.github.io/instantiate/ for details. Choices:
|
Value
TRUE
if instantiate
can find the CmdStanR R package and the
CmdStan command line tool. Returns FALSE
otherwise.
See Also
Other cmdstan:
stan_cmdstan_version()
Examples
stan_cmdstan_exists()