Package: tidyr
Title: Easily Tidy Data with `spread()` and `gather()` Functions
Version: 0.3.1
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
    person("RStudio", role = "cph")
    )
Description: An evolution of 'reshape2'. It's designed specifically for data
    tidying (not general reshaping or aggregating) and works well with
    'dplyr' data pipelines.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: dplyr (>= 0.4), stringi, lazyeval, magrittr, Rcpp
URL: https://github.com/hadley/tidyr
BugReports: https://github.com/hadley/tidyr/issues
Suggests: knitr, testthat, data.table, covr
VignetteBuilder: knitr
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2015-09-09 23:20:52 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-09-10 09:21:12
