forked from ThinkR-open/thinkr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.4 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
49
50
51
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 = "[email protected]",
comment = c(ORCID = "0000-0003-0671-9270")),
person(given = "Sébastien",
family = "Rochette",
role = "aut",
email = "[email protected]",
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