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 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2022-08-22 13:16:17 UTC RemoteUrl: https://github.com/ThinkR-open/thinkr RemoteRef: HEAD RemoteSha: d3b41640cebc476bd814e4a65e30e5d238d7c099 NeedsCompilation: no Packaged: 2026-06-12 10:10:51 UTC; root Author: Vincent Guyader [aut, cre] (ORCID: ), Sébastien Rochette [aut] (ORCID: ), ThinkR [cph] Maintainer: Vincent Guyader