Package: datacheckr
Title: Data Checking
Version: 0.1.2
Date: 2016-11-06
Authors@R: person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"))
Description: Checks column names,
    column classes, values, keys, joins, vectors and scalars.
    If the user-defined conditions are met the function
    returns an invisible copy of the data frame, vector or scalar.
    Otherwise the function throws an informative error.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/datacheckr
LazyData: true
Imports: dplyr, magrittr
Suggests: assertr, knitr, nycflights13, rmarkdown, testthat
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-11-06 19:00:19 UTC; joe
Author: Joe Thorley [aut, cre]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2016-11-06 22:04:34
