Skip to content

Releases: wlandau/instantiate

Optional recompilation

02 Oct 17:24
de355cd
Compare
Choose a tag to compare

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

20 Mar 12:15
0a2111a
Compare
Choose a tag to compare

instantiate 0.2.2

  • Allow downstream packages to install even if CmdStanR is not installed (#20, @xinxinc476).

Compilation flag warnings

06 Feb 20:25
c69fb64
Compare
Choose a tag to compare

instantiate 0.2.1

  • Address CRAN warnings in generated packages about non-portable compilation flags (#19, @xinxinc476).

CRAN fixes

09 Jan 16:01
Compare
Choose a tag to compare

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/

08 Jan 16:48
Compare
Choose a tag to compare

instantiate 0.1.0

  • Use install.libs.R for both CmdStan in instantiate and Stan model compilation in packages (#1, #9, #12).
  • Stan models should now be in 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/.
  • 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

16 Aug 18:53
Compare
Choose a tag to compare

instantiate 0.0.4

  • Relax cmdstanr requirement (now minimum version 0.5.2).

Optional modified tarball which always installs CmdStan internally

12 Aug 19:46
Compare
Choose a tag to compare

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

08 Aug 19:34
Compare
Choose a tag to compare
0.0.2

0.0.2

First release

07 Aug 18:20
Compare
Choose a tag to compare
0.0.1

pkgdown