Package: dqcheckr Type: Package Title: Automated Data Quality Checks for Recurring Dataset Deliveries Version: 0.2.5 Date: 2026-07-19 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://mickmioduszewski.github.io/dqcheckr/, https://github.com/mickmioduszewski/dqcheckr BugReports: https://github.com/mickmioduszewski/dqcheckr/issues Encoding: UTF-8 Language: en-GB Depends: R (>= 4.2) Imports: readr, stringi, DBI, RSQLite, quarto, knitr, kableExtra, ggplot2, gridExtra, tidyr, yaml, rlang, stats, utils Suggests: testthat (>= 3.1.0), withr, rmarkdown, pkgdown 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-07-18 22:20:42 UTC RemoteUrl: https://github.com/mickmioduszewski/dqcheckr RemoteRef: HEAD RemoteSha: c342e14c9a8053b6a96185d5150df24cb7cfeabc NeedsCompilation: no Packaged: 2026-07-19 07:54:32 UTC; root Author: Mick Mioduszewski [aut, cre] Maintainer: Mick Mioduszewski