1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: r-cran-tidyverse
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-r,
r-base-dev,
r-cran-broom,
r-cran-cli,
r-cran-crayon (>= 1.3.4),
r-cran-dplyr (>= 0.7.4),
r-cran-dbplyr,
r-cran-forcats,
r-cran-ggplot2 (>= 2.2.1),
r-cran-haven,
r-cran-hms,
r-cran-httr (>= 1.3.1),
r-cran-jsonlite (>= 1.5),
r-cran-lubridate (>= 1.7.1),
r-cran-magrittr,
r-cran-modelr,
r-cran-purrr (>= 0.2.4),
r-cran-readr,
r-cran-readxl (>= 1.0.0),
r-cran-reprex (>= 0.1.1),
r-cran-rlang,
r-cran-rstudioapi,
r-cran-rvest (>= 0.3.2),
r-cran-stringr (>= 1.2.0),
r-cran-tibble (>= 1.3.4),
r-cran-tidyr (>= 0.7.2),
r-cran-xml2 (>= 1.1.1)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-tidyverse
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-tidyverse.git
Homepage: https://cran.r-project.org/package=tidyverse
Package: r-cran-tidyverse
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Easily Install and Load the 'Tidyverse'
The 'tidyverse' is a set of packages that work in harmony
because they share common data representations and 'API' design. This
package is designed to make it easy to install and load multiple
'tidyverse' packages in a single step. Learn more about the 'tidyverse'
at <https://tidyverse.org>.
|