Skip to contents

DARAutils v0.6.1

10-03-2026

Added

🛠️ Changed

🐛 Fixed

  • Fixed “cant find format string function” error (#98, #99)

⚰️ Deprecated

DARAutils v0.6.0

09-03-2026

Added

  • Deploy DARAutils on RIVM Syso Github
  • README.md for GitHub (#79)

🛠️ Changed

  • Common mistake linters added and linted whole package (#66).
  • Changed the CICD Rpackage setup. Now it first scans the known libpaths (including the docker image), before installing missing packages. This results in a faster CICD-pipeline runtime. (#90).
  • Moved citation file to correct location.

🐛 Fixed

  • Remove unused imports (#80)

⚰️ Deprecated

DARAutils v0.5.0

11-06-2025

Added

  • Set code example install instruction build = FALSE ### 🛠️ Changed

🐛 Fixed

  • Remove logger 0.3.0 from DESCRIPTION ### ⚰️ Deprecated

DARAutils v0.4.1

13-03-2025

Added

🛠️ Changed

🐛 Fixed

  • Missing man pages for cut_and_label function ### ⚰️ Deprecated

DARAutils v0.4.0

11-03-2025

Added

  • Floating point support to function cut_and_label
  • Extra tests to function cut_and_label to test new functionality

🛠️ Changed

  • logger dependency back to >=0.3.0 (instead of fixed at ==0.3.0)

🐛 Fixed

⚰️ Deprecated

DARAutils v0.3.0

10-01-2025

Added

  • Downgraded minimal pkgdown version to 2.0.7 (#48).

🛠️ Changed

  • Updated NEWS.md file to work with pkgdown (#49).

🐛 Fixed

⚰️ Deprecated

<<<<<<< HEAD # DARAutils v0.2.0 ======= # DARAutils v0.2.0 >>>>>>> 745c6a24ee05111c60df5d0807f79a61b3bc2221 11-12-2024

Added

🛠️ Changed

  • License and README update (#45).

🐛 Fixed

  • Fix missing quote in gitlab-ci yml for pages step (#44).

⚰️ Deprecated

DARAutils v0.1.3

03-12-2024

Added

  • Added a pkgdown website + coverage (#40).

🛠️ Changed

🐛 Fixed

  • Fix logger 0.3.0 dependency (#42).

⚰️ Deprecated

DARAutils v0.1.2

29-11-2024

Added

  • Added script send_mail that contains function send_mail.

  • Added script import_rds_to_object that contains function import_rds_to_object.

🛠️ Changed

🐛 Fixed

⚰️ Deprecated

V0.1.1 30-09-2024

Added

  • Added script generic_processing that contains functions cut_and_label and inheriting_merge.

  • Added script date_processing that contains functions ISOweek, join_date_sequence, and xlabel_weekyear.

🛠️ Changed

<<<<<<< HEAD - Downgraded dependency on withr to 3.0.0, because of problems caused by the R OOD library still having the 3.0.0 version (#25).

  • Edited script logger, as local_logger_sink function was added to this script

DARAutils v0.1.0

03-09-2024

Added

  • Added function local_logger_sink, which helps with testing by locally capture the output of logger to a temp file.

  • Added function formatter_cli and layout_generator_subject, which are custom functions for the logger.

  • Added function xlabel_weekyear, which labels first ISOweek of a year with the year-number and all others without the year-number but only with the week-number.

  • Added function join_date_sequence, which executes a dplyr join function to join date sequences.

  • Added function ISOweek, which returns the year and the week a given date according to ISO 860.

  • Added function inheriting_merge, which merges a set of named lists/vectors and the last occurrence for each entry is returned.

  • Added function cut_and_label, which cuts a vector into breaks and labels the levels.

  • Added magrittr’s pipe operator to use in example of cut_and_label.

  • Added function upgrade_config, which converts the old-style config file to the new multiple config files.

🛠️ Changed

<<<<<<< HEAD ### 🐛 Fixed ======= ### 🐛 Fixed >>>>>>> 745c6a24ee05111c60df5d0807f79a61b3bc2221

⚰️ Deprecated