Package: tidyr
Title: Easily tidy data with spread and gather functions.
Version: 0.1
Authors@R: 'Hadley Wickham <h.wickham@gmail.com> [aut,cre]'
Description: tidyr is an evolution of reshape2. It's design 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)
URL: https://github.com/hadley/tidyr
Suggests: knitr, testthat
VignetteBuilder: knitr
Packaged: 2014-07-21 19:17:00 UTC; hadley
Author: 'Hadley Wickham' [aut, cre]
Maintainer: 'Hadley Wickham' <h.wickham@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-07-21 23:16:05
