-
Notifications
You must be signed in to change notification settings - Fork 126
/
DESCRIPTION
41 lines (41 loc) · 1.11 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
Package: forcats
Title: Tools for Working with Categorical Variables (Factors)
Version: 1.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Helpers for reordering factor levels (including moving
specified levels to front, ordering by first appearance, reversing,
and randomly shuffling), and tools for modifying factor levels
(including collapsing rare levels into other, 'anonymising', and
manually 'recoding').
License: MIT + file LICENSE
URL: https://forcats.tidyverse.org/, https://github.com/tidyverse/forcats
BugReports: https://github.com/tidyverse/forcats/issues
Depends:
R (>= 3.6)
Imports:
cli (>= 3.4.0),
glue,
lifecycle,
magrittr,
rlang (>= 1.0.0),
tibble
Suggests:
covr,
dplyr,
ggplot2,
knitr,
readr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3