# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dqcheckr" in publications use:' type: software license: MIT title: 'dqcheckr: Automated Data Quality Checks for Recurring Dataset Deliveries' version: 0.2.1 doi: 10.32614/CRAN.package.dqcheckr abstract: Automates quality verification of recurring external dataset deliveries. For each new file arrival, it runs single-snapshot quality checks, compares the file to the previous delivery, writes a self-contained 'HTML' report, and records summary statistics in a local 'SQLite' database for long-term trend tracking. Supports 'CSV' and fixed-width formats. Custom organisation-specific checks can be supplied as plain R files. authors: - family-names: Mioduszewski given-names: Mick email: mick@mioduszewski.net repository: https://mickmioduszewski.r-universe.dev repository-code: https://github.com/mickmioduszewski/dqcheckr commit: 2eac68911b27335f249b55a8636a144c3a15ccb0 url: https://github.com/mickmioduszewski/dqcheckr date-released: '2026-06-03' contact: - family-names: Mioduszewski given-names: Mick email: mick@mioduszewski.net