Package: dataclass
Type: Package
Title: Easily Create Structured Lists or Data Frames with Input
        Validation
Version: 0.1.8
Authors@R: c(person(
            "Chris", "Walker",
            role = c("aut", "cre", "cph"),
            email = "walkerjameschris@gmail.com"
          ))
Description: Easily define templated lists and data frames with an associated
    validator function for each element. This could be considered a very-minimal
    S7-like standard aimed at validating data frames and lists; two data
    structures the majority of R programmers know well.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: purrr, rlang, glue, magrittr, tibble, cli
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-14 20:44:30 UTC; cjwal
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Author: Chris Walker [aut, cre, cph]
Maintainer: Chris Walker <walkerjameschris@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-15 08:00:08 UTC
