# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='ggplot2 Based Publication Ready Plots' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggpubr_1.0.0.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_gtable r_suggests_knitr r_suggests_rcolorbrewer r_suggests_testthat" R_SUGGESTS=" r_suggests_gtable? ( sci-CRAN/gtable ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=sci-CRAN/tidyr-1.3.2 >=sci-CRAN/dplyr-1.2.0 >=sci-CRAN/rstatix-1.0.0 sci-CRAN/glue sci-CRAN/purrr sci-CRAN/scales >=sci-CRAN/ggplot2-3.5.2 >=sci-CRAN/rlang-1.1.7 sci-CRAN/ggsignif sci-CRAN/polynom >=dev-lang/R-4.1.0 >=sci-CRAN/ggrepel-0.9.2 >=sci-CRAN/cowplot-1.2.0 sci-CRAN/ggsci sci-CRAN/magrittr sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"