Package: dqcheckrGUI Type: Package Title: Point-and-Click GUI Client for 'dqcheckr' Version: 0.1.0 Date: 2026-06-18 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. License: MIT + file LICENSE URL: 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.2), shiny, bslib, shinyvalidate, shinyFiles, shinyAce, reactable, DT, callr, yaml, readr, DBI, RSQLite, stats, tools Suggests: testthat (>= 3.1.0), knitr, rmarkdown, shinytest2, withr 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-06-18 20:38:30 UTC RemoteUrl: https://github.com/mickmioduszewski/dqcheckrgui RemoteRef: HEAD RemoteSha: 93f7f31beefeae115404ce092fd8b1dbf11e4657 NeedsCompilation: no Packaged: 2026-06-25 08:44:43 UTC; root Author: Mick Mioduszewski [aut, cre] Maintainer: Mick Mioduszewski