Package: schematic
Title: Tidy Schema Validation for Data Frames
Version: 0.1.2
Authors@R: person("Will", "Hipson", email = "will.e.hipson@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3931-2189"))
Description: Validate data.frames against schemas to ensure that data matches expectations. Define schemas using 'tidyselect' and predicate functions for type consistency, nullability, and more. Schema failure messages can be tailored for non-technical users and are ideal for user-facing applications such as in 'shiny' or 'plumber'.  
Maintainer: Will Hipson <will.e.hipson@gmail.com>
License: MIT + file LICENSE
URL: https://github.com/whipson/schematic,
        https://whipson.github.io/schematic/
BugReports: https://github.com/whipson/schematic/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, glue, purrr, rlang, tidyselect
Suggests: knitr, rmarkdown, quarto, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
VignetteBuilder: knitr, quarto
NeedsCompilation: no
Packaged: 2025-05-28 11:59:46 UTC; willhipson
Author: Will Hipson [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3931-2189>)
Repository: CRAN
Date/Publication: 2025-05-28 12:10:01 UTC
Built: R 4.4.3; ; 2025-10-21 13:26:55 UTC; windows
