Source: r-cran-tidyr
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-cli,
 r-cran-dplyr (>= 1.1.0),
 r-cran-glue,
 r-cran-lifecycle,
 r-cran-magrittr,
 r-cran-purrr,
 r-cran-rlang (>= 1.1.1),
 r-cran-stringr,
 r-cran-tibble,
 r-cran-tidyselect (>= 1.2.1),
 r-cran-vctrs,
 r-cran-cpp11,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-tidyr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-tidyr.git
Homepage: https://cran.r-project.org/package=tidyr
Rules-Requires-Root: no

Package: r-cran-tidyr
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Tidy Messy Data
 Tools to help to create tidy data, where each column is a variable,
 each row is an observation, and each cell contains a single value.
 'tidyr' contains tools for changing the shape (pivoting) and hierarchy
 (nesting and 'unnesting') of a dataset, turning deeply nested lists
 into rectangular data frames ('rectangling'), and extracting values out
 of string columns. It also includes tools for working with missing values
 (both implicit and explicit).
