Package: thinkr
Title: Tools for Cleaning Up Messy Files
Version: 0.16
Authors@R: c(
    person("Vincent", "Guyader", , "vincent@thinkr.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0671-9270")),
    person("Sébastien", "Rochette", , "sebastien@thinkr.fr", role = "aut",
           comment = c(ORCID = "0000-0002-1565-9313")),
    person("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, cli, devtools, dplyr, ggplot2, lazyeval,
        lubridate, magrittr, methods, officer, rvg, stats, stringi,
        stringr, tidyr, utils, withr
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-08-22 13:16:40 UTC; PC
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: 2022-08-22 13:30:02 UTC
Built: R 4.4.3; ; 2025-11-10 04:45:18 UTC; windows
