Nothing
show = TRUE
and stderr = "2>&1"
in the callr
process that compiles models.compile
argument to stan_package_model()
(#26, @stemangiola).CmdStanR
is not installed (#20, @xinxinc476).instantiate
is a good fit for centralized multi-user R environments (c.f. https://github.com/stan-dev/cmdstan/issues/1175).install.libs.R
for both CmdStan in instantiate
and Stan model compilation in packages (#1, #9, #12).src/stan/
instead of inst/stan/
(#12). inst/stan/
should still work for the next few versions, but it is now deprecated. When a modeling package is installed, its install.libs.R
moves src/stan/
to bin/stan/
and then compiles models inside bin/stan/
.instantiate
itself to help the hard-coded paths in CmdStan work as expected in "internal" installation.cmdstanr
requirement (now minimum version 0.5.2).Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.