View source: R/stan_cmdstan_path.R
stan_cmdstan_path | R Documentation |
instantiate
Return the directory path to CmdStan that the instantiate
package uses.
stan_cmdstan_path(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:
|
Character of length 1, directory path to CmdStan. The path
may or may not exist. Returns the empty string ""
if the path
cannot be determined.
Other packages:
stan_package_clean()
,
stan_package_compile()
,
stan_package_configure()
,
stan_package_model_files()
stan_cmdstan_path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.