Package: forcats
Title: Tools for Working with Categorical Variables (Factors)
Version: 0.1.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph")
  )
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
Encoding: UTF-8
LazyData: true
URL: https://github.com/hadley/forcats
BugReports: https://github.com/hadley/forcats/issues
Depends: R (>= 2.10)
Imports: tibble, magrittr
RoxygenNote: 5.0.1
Suggests: ggplot2, testthat, covr
NeedsCompilation: no
Packaged: 2016-08-29 14:51:40 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-08-29 17:44:28
