stantargets 0.1.1
Invalidating changes
- To align with https://github.com/ropensci/targets/issues/1244 and https://github.com/ropensci/targets/pull/1262, switch the hashing functions from
digest::digest()tosecretbase::siphash13().
Other changes
- Remove temporary files generated CmdStan.
- Add the new
descriptionarguments oftar_target()(`targets >= 1.5.1.9001). - Append model file information to the target descriptions using
tar_map()(tarchetypes>= 0.7.12.9001).
stantargets 0.1.0
- Add a new
transformargument to thetar_stan_*_rep_draws()functions (exceptmle) to support simulation-based calibration (SBC) (#31, @mike-lawrence, @martinmodrak, @dmi3kno).
stantargets 0.0.6
- Implement resilient rep-specific seeds that do not change if the batching structure changes.
stantargets 0.0.5
- Update the signatures of most user-side functions to accommodate changes from
cmdstanr0.2.0 to 0.5.0 (https://github.com/ropensci/targets/discussions/884, @stuvet). - Add new arguments
variables_fitandinc_warmup_fitto be passed to theCmdStanFittarget intar_stan_mcmc()instead ofvariablesandinc_warmup(#56, @yizhang-yiz). Same for thevariablesargument oftar_stan_gq(),tar_stan_mle(), andtar_stan_vb().
stantargets 0.0.4
- Support the
repositoryargument fortargets>= 0.11.0. - Append a new
.dataset_idcolumn to target outputs to aid in model comparisons across the same datasets.
stantargets 0.0.1
- Skip tests if CmdStan is not installed (@sakrejda).
- Use custom
generate_data()function in the docs, as opposed totar_stan_example_data()directly (@sakrejda). - Add the
pedanticargument for compilation (@sakrejda). - Reduce dependencies on some
rlangfunctions likesym()(@sakrejda). - Change
trn()toif_any()(@mattwarkentin, @sakrejda, @tjmahr). - Add @sakrejda and @mattwarkentin as reviewers in the
DESCRIPTION. - Talk about the R package and system dependencies of
stantargetsin the README (@mattwarkentin). - Throw an error earlier if the Stan file does not exist (@sakrejda, @mattwarkentin)
- Use
@formatroxygen2tag for data generation (@mattwarkentin). - Use
@familygo cross-reference functions (@mattwarkentin). - Elaborate on the roles and return values of specific targets generated by target factories (@mattwarkentin).
- Undergo rOpenSci peer review and transition to rOpenSci.
- Link to an example project.
stantargets 0.0.0.9002
- Return the executable file after the Stan source file in model compilation targets.
- Replace the
logargument withstdoutandstderr(#23). - Switch meaning of
%||%and%|||%to conform to historical precedent.