Package: forcats
Title: Tools for Working with Categorical Variables (Factors)
Version: 0.2.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("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
Encoding: UTF-8
LazyData: true
URL: http://forcats.tidyverse.org, https://github.com/tidyverse/forcats
BugReports: https://github.com/tidyverse/forcats/issues
Depends: R (>= 2.10)
Imports: tibble, magrittr
RoxygenNote: 5.0.1.9000
Suggests: ggplot2, testthat, covr
NeedsCompilation: no
Packaged: 2017-01-22 19:24:31 UTC; hornik
Author: Hadley Wickham [aut, cre],
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2017-01-23 16:39:48
Built: R 3.4.1; ; 2017-06-30 16:33:05 UTC; unix
