# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Miscellaneous Extensions to ggplot2' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/ggpmisc_0.5.5.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_broom r_suggests_broom_mixed r_suggests_gginnards r_suggests_ggrepel r_suggests_knitr r_suggests_nlme r_suggests_rmarkdown r_suggests_testthat r_suggests_vdiffr" R_SUGGESTS=" r_suggests_broom? ( >=sci-CRAN/broom-0.8.0 ) r_suggests_broom_mixed? ( >=sci-CRAN/broom_mixed-0.2.9.4 ) r_suggests_gginnards? ( >=sci-CRAN/gginnards-0.1.0.1 ) r_suggests_ggrepel? ( >=sci-CRAN/ggrepel-0.9.2 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.39 ) r_suggests_nlme? ( virtual/nlme ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.14 ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) " DEPEND=">=sci-CRAN/confintr-0.1.2 >=sci-CRAN/polynom-1.4.0 >=sci-CRAN/tibble-3.1.5 >=sci-CRAN/multcomp-1.4.25 >=sci-CRAN/splus2R-1.3.3 >=sci-CRAN/plyr-1.8.6 >=sci-CRAN/ggpp-0.5.5 >=sci-CRAN/scales-1.2.0 >=sci-CRAN/generics-0.1.2 virtual/MASS >=sci-CRAN/quantreg-5.93 >=sci-CRAN/lubridate-1.7.10 >=sci-CRAN/dplyr-1.0.6 >=sci-CRAN/lmodel2-1.7.3 >=dev-lang/R-4.0.0 >=sci-CRAN/ggplot2-3.4.0 >=sci-CRAN/multcompView-0.1.9 >=sci-CRAN/rlang-1.0.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"