# 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_0.6.3.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/rlang-0.4.6 sci-CRAN/scales >=sci-CRAN/tidyr-1.3.0 sci-CRAN/purrr >=sci-CRAN/dplyr-1.1.0 >=dev-lang/R-4.1.0 sci-CRAN/magrittr >=sci-CRAN/rstatix-0.7.2 sci-CRAN/ggsci sci-CRAN/glue sci-CRAN/ggsignif >=sci-CRAN/ggplot2-3.5.2 >=sci-CRAN/ggrepel-0.9.2 >=sci-CRAN/cowplot-1.1.1 sci-CRAN/polynom sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"