Source: r-cran-tidyr
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-r,
               r-base-dev,
               r-cran-rcpp,
               r-cran-assertthat,
               r-cran-stringi,
               r-cran-lazyeval,
               r-cran-magrittr,
               r-cran-dplyr,
               r-cran-r6,
               r-cran-purrr,
               r-cran-tidyselect
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-tidyr.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-tidyr.git
Homepage: https://cran.r-project.org/package=tidyr

Package: r-cran-tidyr
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${R:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package to easily tidy data
 GNU R package to easily tidy data with 'spread()' and 'gather()'
 functions.
 .
 An evolution of 'reshape2'. It's designed specifically for data tidying
 (not general reshaping or aggregating) and works well with 'dplyr' data
 pipelines.
