Package: vetr
Title: Trust, but Verify
Description: Declarative template-based framework for verifying that objects
  meet structural requirements, and auto-composing error messages when they do
  not.
Version: 0.2.12
Authors@R: c(
    person("Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
    role=c("aut", "cre")),
    person(family="Paxdiablo", role="cph", comment="Hash
    table implementation in src/pfhash.h"),
    person(family="R Core Team",
    email="R-core@r-project.org", role="cph",
    comment="Used/adapted several code snippets from R sources, see src/misc-alike.c and src/valname.c"
    ))
Depends: R (>= 3.2.0)
License: GPL (>= 2)
LazyData: true
URL: https://github.com/brodieG/vetr
BugReports: https://github.com/brodieG/vetr/issues
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, unitizer, methods
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2020-11-06 02:43:20 UTC; bg
Author: Brodie Gaslam [aut, cre],
  Paxdiablo [cph] (Hash table implementation in src/pfhash.h),
  R Core Team [cph] (Used/adapted several code snippets from R sources,
    see src/misc-alike.c and src/valname.c)
Maintainer: Brodie Gaslam <brodie.gaslam@yahoo.com>
Repository: CRAN
Date/Publication: 2020-11-07 00:30:02 UTC
