-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
58 lines (58 loc) · 1.49 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
52
53
54
55
56
57
58
Package: cleaningtools
Title: cleaningtools package focuses on data cleaning
Version: 0.0.0.9003
Authors@R: c(
person("Mehedi", "Khan", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4276-4485")),
person("Yann", "Say", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-7390-4209"))
)
Description: The cleaningtools package focuses on cleaning, and has three
components: **Check**, which includes a set of functions that flag
values, such as check_outliers and check_logical. **Create**, which
includes a set of functions to create different items for use in
cleaning, such as the cleaning log from the checks, clean data, and
enumerator performance. **Review**, which includes a set of functions
to review the cleaning.
License: MIT + file LICENSE
URL: https://impact-initiatives.github.io/cleaningtools/
Depends:
R (>= 4.0)
Imports:
assertthat,
cluster,
data.table,
dplyr,
fs,
glue,
here,
httr,
magrittr,
openxlsx,
purrr,
randomcoloR,
rlang,
snakecase,
stats,
stringi,
stringr,
tibble,
tidyr,
tidyselect,
utils
Suggests:
knitr,
riddle,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr
Remotes:
edouard-legoupil/riddle
Config/fusen/version: 0.5.2
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1