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 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 Repository: https://whipson.r-universe.dev Date/Publication: 2025-05-22 12:27:50 UTC RemoteUrl: https://github.com/whipson/schematic RemoteRef: HEAD RemoteSha: cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf NeedsCompilation: no Packaged: 2026-06-16 10:29:40 UTC; root Author: Will Hipson [aut, cre, cph] (ORCID: )