forked from tidyverse/forcats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.03 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
Package: forcats
Title: Tools for Working with Categorical Variables (Factors)
Version: 0.5.0.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "RStudio",
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: GPL-3
URL: http://forcats.tidyverse.org,
https://github.com/tidyverse/forcats
BugReports: https://github.com/tidyverse/forcats/issues
Depends:
R (>= 3.2)
Imports:
ellipsis,
magrittr,
rlang,
tibble
Suggests:
covr,
ggplot2,
testthat,
readr,
knitr,
rmarkdown,
dplyr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
VignetteBuilder: knitr