Package: checkr
Title: Check Object Classes, Values, Names and Dimensions
Version: 0.0.2
Date: 2018-01-26
Authors@R: person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"))
Description: Checks the classes, values, names and dimensions of 
    scalar, vectors, lists and data frames. 
    Issues an informative error (or warning) if checks fail.
    Otherwise it returns the original object allowing it to be used in pipes.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/checkr
BugReports: https://github.com/poissonconsulting/checkr/issues
Depends: R (>= 3.1.0)
Suggests: covr, magrittr, dplyr, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-26 21:30:12 UTC; joe
Author: Joe Thorley [aut, cre]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2018-01-29 10:15:11 UTC
