Package: clean
Title: Fast and Easy Data Cleaning
Version: 1.0.0
Date: 2019-07-25
Authors@R: 
  person(
    given = c("Matthijs", "S."),
    family = "Berends",
    email = "m.s.berends@umcg.nl",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0001-7620-1800"))
Description: Data cleaning functions for classes 'logical',
  'factor', 'numeric', 'character' and 'Date' to make data
  cleaning fast and easy. Relying on very few dependencies, it 
  provides smart guessing, but with user options to override 
  anything if needed.
Depends: R (>= 3.0.0)
Imports: crayon, knitr, rlang (>= 0.3.1)
Suggests: rmarkdown, testthat (>= 1.0.2)
URL: https://github.com/msberends/clean
BugReports: https://github.com/msberends/clean/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-25 20:01:47 UTC; msberends
Author: Matthijs S. Berends [aut, cre]
    (<https://orcid.org/0000-0001-7620-1800>)
Maintainer: Matthijs S. Berends <m.s.berends@umcg.nl>
Repository: CRAN
Date/Publication: 2019-07-28 10:00:04 UTC
