Package: datacheckr
Title: Data Frame Column Name, Class and Value Checking
Version: 0.0.2
Authors@R: person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"))
Description: The primary function check_data() checks a data frame for
    column presence, column class and column values.
    If the user-defined conditions are met the function
    returns the an invisible copy of the original data frame,
    otherwise the function throws an informative error.
Depends: R (>= 3.2.3)
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/datacheckr
LazyData: true
Suggests: assertr, knitr, magrittr, rmarkdown, testthat
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-01-04 20:28:18 UTC; joe
Author: Joe Thorley [aut, cre]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2016-01-04 23:04:00
