Package: datadict
Title: Validate Data Against a 'data-dict.yaml' Data Dictionary
Version: 0.1.0
Authors@R: c(
    person("Gábor", "Csárdi", , "gabor@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7098-9676")),
    person("Hadley", "Wickham", , "hadley@posit.co", role = "aut",
           comment = c(ORCID = "0000-0003-4757-117X")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: A data dictionary describes a collection of related tables: their
    columns, types, constraints, relationships, and glossary. Validate a
    dataset against its dictionary and read the findings as an HTML report.
    Reference: <https://data-dict.tidyverse.org>.
License: MIT + file LICENSE
URL: https://data-dict.tidyverse.org,
        https://github.com/tidyverse/data-dict
BugReports: https://github.com/tidyverse/data-dict/issues
Depends: R (>= 4.1)
Imports: cli (>= 3.2.0), processx, tools, utils
Suggests: nanoparquet, testthat (>= 3.0.0), withr
Encoding: UTF-8
Config/testthat/edition: 3
Config/roxygen2/markdown: TRUE
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-09 08:51:05 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7098-9676>),
  Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Gábor Csárdi <gabor@posit.co>
Repository: CRAN
Date/Publication: 2026-09-17 11:20:02 UTC
Built: R 4.5.2; ; 2026-09-17 13:00:22 UTC; unix
