# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Model-Agnostic Response Curves for Fitted Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/curves_0.4.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_disdat r_suggests_knitr r_suggests_mgcv r_suggests_plotly r_suggests_randomforest r_suggests_rmarkdown r_suggests_shiny r_suggests_terra r_suggests_testthat" R_SUGGESTS=" r_suggests_disdat? ( sci-CRAN/disdat ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mgcv? ( virtual/mgcv ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_randomforest? ( sci-CRAN/randomForest ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_terra? ( >=sci-CRAN/terra-1.6.41 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/cowplot >=sci-CRAN/ggplot2-3.3.6 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"