Skip to contents
jagstargets 1.1.0
CRAN release: 2023-01-06
- Add a
transform
argument to tar_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.
jagstargets 1.0.2
CRAN release: 2022-05-03
- Support the
repository
argument for targets
>= 0.11.0.
jagstargets 1.0.1
CRAN release: 2021-12-03
- Adjust logo size for README.
jagstargets 1.0.1
CRAN release: 2021-12-03
jagstargets 1.0.0
- Add Zenodo and badge.
- Fix bibliography capitalization.
jagstargets 0.0.1
- Complete rOpenSci review.
- Allow installation/checks to pass without
rjags
or R2jags
installed (#18, @jeroen).
jagstargets 0.0.0.9002
- Replace the
log
argument with stdout
and stderr
.
- Switch meaning of
%||%
and %|||%
to conform to historical precedent.
jagstargets 0.0.0.9001
- Use
.join_data
list element instead of arguments copy_data
and omit_data
.
jagstargets 0.0.0.9000
- Added a
NEWS.md
file to track changes to the package.