Releases: wlandau/instantiate
Releases · wlandau/instantiate
Optional recompilation
instantiate 0.2.3
- Set show = TRUE and stderr = "2>&1" in the callr process that compiles models.
- Add a new compile argument to stan_package_model() (#26, @stemangiola).
Downstream packages on CRAN
instantiate 0.2.2
- Allow downstream packages to install even if
CmdStanR
is not installed (#20, @xinxinc476).
Compilation flag warnings
instantiate 0.2.1
- Address CRAN warnings in generated packages about non-portable compilation flags (#19, @xinxinc476).
CRAN fixes
instantiate 0.2.0
- Remove "internal" installation (#16).
- In the documentation, remove claims that
instantiate
is a good fit for centralized multi-user R environments (c.f. stan-dev/cmdstan#1175). - Check subdirectories of the fixed CmdStan installation path.
src/install.libs.R instead of 'configure' and inst/
instantiate 0.1.0
- Use
install.libs.R
for both CmdStan ininstantiate
and Stan model compilation in packages (#1, #9, #12). - Stan models should now be in
src/stan/
instead ofinst/stan/
(#12).inst/stan/
should still work for the next few versions, but it is now deprecated. When a modeling package is installed, itsinstall.libs.R
movessrc/stan/
tobin/stan/
and then compiles models insidebin/stan/
. - Disable staged installation for
instantiate
itself to help the hard-coded paths in CmdStan work as expected in "internal" installation.
cmdstanr 0.5.2 compatibility
instantiate 0.0.4
- Relax
cmdstanr
requirement (now minimum version 0.5.2).
Optional modified tarball which always installs CmdStan internally
instantiate 0.0.3
- Generate a modified tarball of the package which always installs CmdStan internally, regardless of environment variables (#8). The appropriate version of this tarball will be attached to forthcoming releases on GitHub.
- Bug fixes for internal CmdStan installation.
Address CRAN feedback
0.0.2 0.0.2
First release
0.0.1 pkgdown