-
Notifications
You must be signed in to change notification settings - Fork 133
/
DESCRIPTION
55 lines (55 loc) · 1.81 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
Package: janitor
Title: Simple Tools for Examining and Cleaning Dirty Data
Version: 2.2.0.9000
Authors@R: c(
person("Sam", "Firke", , "[email protected]", role = c("aut", "cre")),
person("Bill", "Denney", , "[email protected]", role = "ctb"),
person("Chris", "Haid", , "[email protected]", role = "ctb"),
person("Ryan", "Knight", , "[email protected]", role = "ctb"),
person("Malte", "Grosser", , "[email protected]", role = "ctb"),
person("Jonathan", "Zadra", , "[email protected]", role = "ctb"),
person("Olivier", "Roy", role = "ctb")
)
Description: The main janitor functions can: perfectly format data.frame
column names; provide quick counts of variable combinations (i.e.,
frequency tables and crosstabs); and explore duplicate records. Other
janitor functions nicely format the tabulation results. These
tabulate-and-report functions approximate popular features of SPSS and
Microsoft Excel. This package follows the principles of the
"tidyverse" and works well with the pipe function %>%. janitor was
built with beginning-to-intermediate R users in mind and is optimized
for user-friendliness.
License: MIT + file LICENSE
URL: https://github.com/sfirke/janitor, https://sfirke.github.io/janitor/
BugReports: https://github.com/sfirke/janitor/issues
Depends:
R (>= 3.1.2)
Imports:
dplyr (>= 1.0.0),
hms,
lifecycle,
lubridate,
magrittr,
purrr,
rlang,
snakecase (>= 0.9.2),
stringi,
stringr,
tidyr (>= 1.0.0),
tidyselect (>= 1.0.0)
Suggests:
dbplyr,
knitr,
rmarkdown,
RSQLite,
sf,
testthat (>= 3.0.0),
tibble,
tidygraph
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1