Package: forcats Title: Tools for Working with Categorical Variables (Factors) Version: 1.0.1.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) 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 (>= 4.1) 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.3.3 Repository: https://tidyverse.r-universe.dev Date/Publication: 2026-02-02 17:13:08 UTC RemoteUrl: https://github.com/tidyverse/forcats RemoteRef: HEAD RemoteSha: f83e0e682d9f874d066630ff78eb12586b5b2a32 NeedsCompilation: no Packaged: 2026-06-21 06:13:19 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hadley Wickham