Package: thinkr
Title: Tools for Cleaning Up Messy Files
Version: 0.15
Authors@R: 
    c(person(given = "Vincent",
             family = "Guyader",
             role = c("aut", "cre"),
             email = "vincent@thinkr.fr",
             comment = c(ORCID = "0000-0003-0671-9270")),
      person(given = "Sébastien",
             family = "Rochette",
             role = "aut",
             email = "sebastien@thinkr.fr",
             comment = c(ORCID = "0000-0002-1565-9313")),
      person(given = "ThinkR",
             role = "cph"))
Description: Some tools for cleaning up messy 'Excel' files to
    be suitable for R. People who have been working with 'Excel' for years
    built more or less complicated sheets with names, characters, formats
    that are not homogeneous. To be able to use them in R nowadays, we
    built a set of functions that will avoid the majority of importation
    problems and keep all the data at best.
License: GPL-3
URL: https://github.com/Thinkr-open/thinkr
BugReports: https://github.com/Thinkr-open/thinkr/issues
Depends: R (>= 3.1)
Imports: assertthat, crayon, devtools, dplyr, ggplot2, lazyeval,
        lubridate, magrittr, officer, purrr, readr, rvg, stats,
        stringi, stringr, tidyr, utils
Suggests: covr, testthat
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-07-07 14:43:16 UTC; Vincent
Author: Vincent Guyader [aut, cre] (<https://orcid.org/0000-0003-0671-9270>),
  Sébastien Rochette [aut] (<https://orcid.org/0000-0002-1565-9313>),
  ThinkR [cph]
Maintainer: Vincent Guyader <vincent@thinkr.fr>
Repository: CRAN
Date/Publication: 2020-07-07 17:40:02 UTC
Built: R 4.0.2; ; 2020-07-17 04:44:45 UTC; unix
