# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Fitting and Tuning Regularized C... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/CSCNet_0.1.4.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=sci-CRAN/tibble-3.1.7 virtual/survival >=sci-CRAN/riskRegression-2022.03.22 >=sci-CRAN/prodlim-2019.11.13 >=sci-CRAN/recipes-1.3.1 >=sci-CRAN/caret-6.0.92 >=sci-CRAN/parallelly-1.46.0 >=sci-CRAN/furrr-0.3.0 >=sci-CRAN/future-1.26.1 >=sci-CRAN/magrittr-2.0.3 >=sci-CRAN/tidyverse-1.3.1 >=sci-CRAN/dplyr-1.0.9 >=sci-CRAN/purrr-0.3.4 >=sci-CRAN/stringr-1.4.0 >=sci-CRAN/glmnet-4.1.4 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"