Package: doctr
Title: Easily Check Data Consistency and Quality
Version: 0.2.0
Authors@R: c(person("Caio", "Lente", email = "me@ctlente.com", role = c("cre", "aut")), person("Daniel", "Falbel", email = "dfalbel@gmail.com", role = c("aut")))
Description: A tool that helps you check the consistency and the
  quality of data. Like a real doctor, it has functions for examining,
  diagnosing and assessing the progress of its "patients'".
URL: https://github.com/ctlente/doctr
Depends: R (>= 3.2.3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr, purrr, stringr, magrittr, readr, tibble, tidyr
RoxygenNote: 6.0.1
Suggests: tidyverse, knitr, rmarkdown, covr, testthat
Collate: 'misc.R' 'report.R' 'issues.R' 'check.R' 'is.R' 'profile.R'
        'examine.R' 'diagnose.R' 'compare.R' 'zzz.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-03-07 13:51:43 UTC; ctlente
Author: Caio Lente [cre, aut],
  Daniel Falbel [aut]
Maintainer: Caio Lente <me@ctlente.com>
Repository: CRAN
Date/Publication: 2017-03-07 15:12:46
