# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Geometrically Designed Spline Regression' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/GeDS_0.3.5.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_ameshousing r_suggests_knitr r_suggests_plot3d r_suggests_quadprog r_suggests_r_rsp r_suggests_rmarkdown r_suggests_rpart r_suggests_testthat r_suggests_th_data" R_SUGGESTS=" r_suggests_ameshousing? ( sci-CRAN/AmesHousing ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plot3d? ( sci-CRAN/plot3D ) r_suggests_quadprog? ( sci-CRAN/quadprog ) r_suggests_r_rsp? ( sci-CRAN/R_rsp ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rpart? ( virtual/rpart ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_th_data? ( sci-CRAN/TH_data ) " DEPEND="sci-CRAN/Rcpp >=dev-lang/R-4.4.0 sci-CRAN/doParallel sci-CRAN/doFuture sci-CRAN/mboost sci-CRAN/foreach sci-CRAN/doRNG sci-CRAN/future virtual/MASS virtual/Matrix " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "