Changelog
DARAutils v0.6.0
09-03-2026
🛠️ 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.
DARAutils v0.4.0
11-03-2025
DARAutils v0.3.0
10-01-2025
DARAutils v0.1.2
29-11-2024
✨ Added
Added script
send_mailthat contains functionsend_mail.Added script
import_rds_to_objectthat contains functionimport_rds_to_object.
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_cliandlayout_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.