dqcheckrGUI-package: dqcheckrGUI: Point-and-Click GUI Client for 'dqcheckr'

dqcheckrGUI-packageR Documentation

dqcheckrGUI: Point-and-Click GUI Client for 'dqcheckr'

Description

A point-and-click 'shiny' front-end for dqcheckr – configure and run automated data quality checks on recurring dataset deliveries without writing any R code.

Getting started

Launch the app with run_app. On first run it will offer to create the standard project layout (‘config/’, ‘data/’, ‘reports/’) in the chosen directory.

The config directory can be set via the DQCHECKR_CONFIG_DIR environment variable or the config_dir argument to run_app. See the getting-started vignette for a full walkthrough including Windows and OneDrive setups: vignette("dqcheckrGUI", package = "dqcheckrGUI").

Status

dqcheckrGUI is feature-complete and is maintained for corrections only. Configuration features are developed in dqcheckr itself, which offers a script-based workflow that does not need this interface. Existing deployments continue to work unchanged.

Related packages

dqcheckrGUI delegates all data processing to dqcheckr. See vignette("dqcheckr", package = "dqcheckr") for the core package introduction and vignette("specification", package = "dqcheckr") for the full config/schema reference.

These packages are only called from the 'shiny' app sourced at runtime via system.file("app", package = "dqcheckrGUI") (inst/app/R/*.R), so static analysis of R/ cannot see them as used – without a reference here, R CMD check reports "Namespaces in Imports field not imported from".

Author(s)

Maintainer: Mick Mioduszewski mick@mioduszewski.net

Authors:

See Also

Useful links:


dqcheckrGUI documentation built on July 25, 2026, 9:06 a.m.