EVOLUTION-MANAGER
Edit File: DESCRIPTION
Package: forcats Title: Tools for Working with Categorical Variables (Factors) Version: 0.5.0 Authors@R: c(person(given = "Hadley", family = "Wickham", role = c("aut", "cre"), email = "hadley@rstudio.com"), 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 RoxygenNote: 7.0.2 VignetteBuilder: knitr NeedsCompilation: no Packaged: 2020-03-01 17:20:37 UTC; hadley Author: Hadley Wickham [aut, cre], RStudio [cph, fnd] Maintainer: Hadley Wickham <hadley@rstudio.com> Repository: CRAN Date/Publication: 2020-03-01 18:10:02 UTC Built: R 3.6.0; ; 2020-09-04 04:12:28 UTC; unix