View source: R/stan_cmdstan_exists.R
stan_cmdstan_exists | R Documentation |
instantiate
can find CmdStanR and CmdStan.Check if instantiate
can find CmdStanR and CmdStan.
stan_cmdstan_exists(
cmdstan_install = Sys.getenv("CMDSTAN_INSTALL", unset = "")
)
cmdstan_install |
Character of length 1, how to look for an installed copy of CmdStan. See https://wlandau.github.io/instantiate/ for details. Choices:
|
TRUE
if instantiate
can find the CmdStanR R package and the
CmdStan command line tool. Returns FALSE
otherwise.
Other cmdstan:
stan_cmdstan_version()
stan_cmdstan_exists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.