# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Semi-Parametric Association Surf... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/jmSurface_0.1.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_dplyr r_suggests_ggplot2 r_suggests_lme4 r_suggests_plotly r_suggests_shiny r_suggests_shinydashboard r_suggests_testthat r_suggests_tidyr r_suggests_viridis" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_shinydashboard? ( sci-CRAN/shinydashboard ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_viridis? ( sci-CRAN/viridis ) " DEPEND=">=dev-lang/R-4.0.0 virtual/nlme virtual/survival virtual/mgcv " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"