stan_cmdstan_path {instantiate} | R Documentation |
Path to CmdStan for instantiate
Description
Return the directory path to CmdStan that the instantiate
package uses.
Usage
stan_cmdstan_path(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
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.
See Also
Other packages:
stan_package_clean()
,
stan_package_compile()
,
stan_package_configure()
,
stan_package_model_files()
Examples
stan_cmdstan_path()