Changes in version 1.2.3 - Add R-multiverse topic. Changes in version 1.2.2 (2024-11-18) - Use qs2. Changes in version 1.2.1 (2024-09-06) - Return pV instead of pD in DIC info (#35, @giabaio). Changes in version 1.2.0 (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() to secretbase::siphash13(). Other changes - Add the new description arguments of tar_target() (`targets >= 1.5.1.9001). - Append model file information to the target descriptions using tar_map() (tarchetypes >= 0.7.12.9001). Changes in version 1.1.0 (2023-01-06) - Add a transform argument to tar_jags_rep() to support simulation-based calibration. Changes in version 1.0.4 (2022-10-31) - Migrate docs away from deprecated targets::tar_path(). - Implement resilient reps-specific seeds in the tar_jags_rep*() functions. Changes in version 1.0.3 (2022-06-24) - Append a new .dataset_id column to target outputs to aid in model comparisons across the same datasets. Changes in version 1.0.2 (2022-05-03) - Support the repository argument for targets >= 0.11.0. Changes in version 1.0.1 (2021-12-03) - Adjust logo size for README. - Reference JOSS paper. Changes in version 1.0.0 - Add Zenodo and badge. - Fix bibliography capitalization. Changes in version 0.0.1 - Complete rOpenSci review. - Allow installation/checks to pass without rjags or R2jags installed (#18, @jeroen). Changes in version 0.0.0.9002 - Replace the log argument with stdout and stderr. - Switch meaning of %||% and %|||% to conform to historical precedent. Changes in version 0.0.0.9001 - Use .join_data list element instead of arguments copy_data and omit_data. Changes in version 0.0.0.9000 - Added a NEWS.md file to track changes to the package.