Package: tidyr
Title: Easily Tidy Data with spread() and gather() Functions.
Version: 0.2.0
Authors@R: as.person(c(
    "Hadley Wickham <hadley@rstudio.com> [aut, cre]",
    "RStudio [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: reshape2, dplyr (>= 0.2), stringi, lazyeval
URL: https://github.com/hadley/tidyr
BugReports: https://github.com/hadley/tidyr/issues
Suggests: knitr, testthat
VignetteBuilder: knitr
Packaged: 2014-12-05 16:52:20 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-05 18:03:26
Built: R 3.1.2; ; 2014-12-06 16:33:54 UTC; unix
