Changelog
Source:NEWS.md
jagstargets 1.2.0
CRAN release: 2024-04-17
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
- 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).
jagstargets 1.1.0
CRAN release: 2023-01-06
- Add a
transform
argument totar_jags_rep()
to support simulation-based calibration.
jagstargets 1.0.4
CRAN release: 2022-10-31
- Migrate docs away from deprecated
targets::tar_path()
. - Implement resilient reps-specific seeds in the
tar_jags_rep*()
functions.
jagstargets 1.0.3
CRAN release: 2022-06-24
- Append a new
.dataset_id
column to target outputs to aid in model comparisons across the same datasets.