- Return
pV
instead ofpD
in DIC info (#35, @giabaio).
- To align with ropensci/targets#1244 and ropensci/targets#1262, switch the hashing functions from
digest::digest()
tosecretbase::siphash13()
.
- Add the new
description
arguments oftar_target()
(`targets >= 1.5.1.9001). - Append model file information to the target descriptions using
tar_map()
(tarchetypes
>= 0.7.12.9001).
- Add a
transform
argument totar_jags_rep()
to support simulation-based calibration.
- Migrate docs away from deprecated
targets::tar_path()
. - Implement resilient reps-specific seeds in the
tar_jags_rep*()
functions.
- Append a new
.dataset_id
column to target outputs to aid in model comparisons across the same datasets.
- Support the
repository
argument fortargets
>= 0.11.0.
- Adjust logo size for README.
- Reference JOSS paper.
- Add Zenodo and badge.
- Fix bibliography capitalization.
- Complete rOpenSci review.
- Allow installation/checks to pass without
rjags
orR2jags
installed (#18, @jeroen).
- Replace the
log
argument withstdout
andstderr
. - Switch meaning of
%||%
and%|||%
to conform to historical precedent.
- Use
.join_data
list element instead of argumentscopy_data
andomit_data
.
- Added a
NEWS.md
file to track changes to the package.