The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.