Package: data.checker
Title: Data Checker for Validating Data Frames Against Defined Schema
Version: 2.0.0
Authors@R: c(
    person("Crown Copyright", , , , role = c("cph")),
    person("Analysis Standards and Pipelines Team (ONS)", , , "ASAP@ons.gov.uk", role = c("cre", "aut"))
  )
Description: Validates data frames against a defined schema. Produces a report of the checks performed and any issues found, with index and entry value where appropriate. Backend checks are performed using pointblank Richard Iannone et al (2025) <doi:10.32614/CRAN.package.pointblank>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: dplyr, glue, jsonlite, knitr, lubridate, magrittr, tools,
        yaml, tomledit, utils, cli, rlang, pointblank, tidyselect,
        tidyr, stringr, hms
Suggests: rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://onsdigital.github.io/data.checker/
NeedsCompilation: no
Packaged: 2026-06-03 13:24:41 UTC; dayj1
Author: Crown Copyright [cph],
  Analysis Standards and Pipelines Team (ONS) [cre, aut]
Maintainer: Analysis Standards and Pipelines Team (ONS) <ASAP@ons.gov.uk>
Repository: CRAN
Date/Publication: 2026-06-08 19:40:07 UTC
Built: R 4.5.2; ; 2026-06-08 22:17:08 UTC; unix
