Package: dqcheckrGUI Type: Package Title: Point-and-Click GUI Client for 'dqcheckr' Version: 0.2.2 Date: 2026-07-31 Authors@R: person("Mick", "Mioduszewski", email = "mick@mioduszewski.net", role = c("aut", "cre")) Description: A graphical user interface for the 'dqcheckr' package. Provides a point-and-click 'shiny' application for configuring dataset quality checks, running them against recurring file deliveries, and browsing historical check results — without writing any R code. The package is feature-complete and is now maintained for corrections only; configuration features are developed in 'dqcheckr' itself, which offers a script-based workflow that does not need this interface. License: MIT + file LICENSE URL: https://mickmioduszewski.github.io/dqcheckrGUI/, https://github.com/mickmioduszewski/dqcheckrGUI BugReports: https://github.com/mickmioduszewski/dqcheckrGUI/issues Encoding: UTF-8 Language: en-GB Depends: R (>= 4.2) Imports: dqcheckr (>= 0.2.5), shiny, bslib, shinyvalidate, shinyFiles, shinyAce, reactable, DT, callr, yaml, readr, stringi, DBI, RSQLite, stats, utils, tools Suggests: testthat (>= 3.1.0), knitr, rmarkdown, shinytest2, withr, quarto, 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 zlib1g-dev Repository: https://mickmioduszewski.r-universe.dev Date/Publication: 2026-07-25 06:10:19 UTC RemoteUrl: https://github.com/mickmioduszewski/dqcheckrgui RemoteRef: HEAD RemoteSha: 3a104433cb3d7b723ab18f97e94c6fbced6b8906 NeedsCompilation: no Packaged: 2026-07-25 07:57:55 UTC; root Author: Mick Mioduszewski [aut, cre] Maintainer: Mick Mioduszewski