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
|
Source: r-cran-ggally
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
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-ggplot2 (>= 3.4.4),
r-cran-dplyr,
r-cran-tidyr (>= 1.3.0),
r-cran-ggstats,
r-cran-gtable,
r-cran-lifecycle,
r-cran-plyr,
r-cran-progress,
r-cran-rcolorbrewer,
r-cran-rlang,
r-cran-scales,
r-cran-magrittr
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-ggally
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-ggally.git
Homepage: https://cran.r-project.org/package=GGally
Rules-Requires-Root: no
Package: r-cran-ggally
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R extension to r-cran-ggplot2
The R package 'ggplot2' is a plotting system based on the grammar of
graphics. 'GGally' extends 'ggplot2' by adding several functions to
reduce the complexity of combining geometric objects with transformed
data. Some of these functions include a pairwise plot matrix, a two
group pairwise plot matrix, a parallel coordinates plot, a survival
plot, and several functions to plot networks.
|