Package: dqcheckr Type: Package Title: Automated Data Quality Checks for Recurring Dataset Deliveries Version: 0.2.1 Date: 2026-06-03 Authors@R: person("Mick", "Mioduszewski", email = "mick@mioduszewski.net", role = c("aut", "cre")) Description: 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. License: MIT + file LICENSE URL: https://github.com/mickmioduszewski/dqcheckr BugReports: https://github.com/mickmioduszewski/dqcheckr/issues Encoding: UTF-8 Language: en-GB Depends: R (>= 4.2) Imports: readr, DBI, RSQLite, quarto, knitr, kableExtra, ggplot2, gridExtra, dplyr, tidyr, yaml, rlang Suggests: testthat (>= 3.1.0), withr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libx11-dev Repository: https://mickmioduszewski.r-universe.dev Date/Publication: 2026-06-08 00:03:22 UTC RemoteUrl: https://github.com/mickmioduszewski/dqcheckr RemoteRef: HEAD RemoteSha: 2eac68911b27335f249b55a8636a144c3a15ccb0 NeedsCompilation: no Packaged: 2026-06-12 11:02:32 UTC; root Author: Mick Mioduszewski [aut, cre] Maintainer: Mick Mioduszewski