-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
48 lines (48 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: thinkr
Title: Tools for Cleaning Up Messy Files
Version: 0.16
Authors@R: c(
person("Vincent", "Guyader", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0671-9270")),
person("Sébastien", "Rochette", , "[email protected]", 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
LazyData: TRUE
RoxygenNote: 7.2.0