Package: checkr
Title: Check the Properties of Common R Objects
Version: 0.2.0
Date: 2018-03-26
Authors@R: person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"))
Description: Expressive assertive pipe-friendly, dependency-free functions 
  to check the properties of common R objects.
  In the case of failure the functions issue informative error messages that 
  (hopefully!) allow users to quickly identify and fix any problems.
  The functions are designed to be used in scripts and packages.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/checkr
BugReports: https://github.com/poissonconsulting/checkr/issues
Depends: R (>= 3.1.0)
Suggests: assertthat, checkmate, covr, datasets, magrittr, dplyr,
        testthat, knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-03-26 21:25:45 UTC; joe
Author: Joe Thorley [aut, cre]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2018-03-26 23:09:40 UTC
