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
|
Source: r-cran-ggpubr
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.0),
r-cran-ggrepel (>= 0.9.2),
r-cran-ggsci,
r-cran-tidyr (>= 1.3.0),
r-cran-purrr,
r-cran-dplyr,
r-cran-cowplot,
r-cran-ggsignif,
r-cran-scales,
r-cran-gridextra,
r-cran-glue,
r-cran-polynom,
r-cran-rlang (>= 0.4.6),
r-cran-rstatix (>= 0.7.2),
r-cran-tibble,
r-cran-magrittr
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-ggpubr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-ggpubr.git
Homepage: https://cran.r-project.org/package=ggpubr
Rules-Requires-Root: no
Package: r-cran-ggpubr
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R ggplot2 based publication ready plots
The 'ggplot2' package is excellent and flexible for elegant data
visualization in R. However the default generated plots requires some
formatting before it can be send them for publication. Furthermore, to
customize a 'ggplot', the syntax is opaque and this raises the level of
difficulty for researchers with no advanced R programming skills.
'ggpubr' provides some easy-to-use functions for creating and
customizing 'ggplot2'- based publication ready plots.
|