# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Sample Provenance Quality Resolver in Proteomics' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/spqrp_0.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_knitr r_suggests_plotly r_suggests_recipes r_suggests_rmarkdown r_suggests_testthat r_suggests_themis r_suggests_uwot r_suggests_vdiffr" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_plotly? ( >=sci-CRAN/plotly-4.10.0 ) r_suggests_recipes? ( sci-CRAN/recipes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_themis? ( sci-CRAN/themis ) r_suggests_uwot? ( >=sci-CRAN/uwot-0.2.0 ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) " DEPEND=">=sci-CRAN/solitude-1.1.3 >=sci-CRAN/ranger-0.16.0 >=sci-CRAN/tidyr-1.3.0 >=sci-CRAN/dplyr-1.1.0 >=dev-lang/R-4.5.0 sci-CRAN/withr sci-CRAN/tibble >=sci-CRAN/igraph-2.0.0 >=sci-CRAN/ggplot2-3.5.0 sci-CRAN/cli sci-CRAN/lgr sci-CRAN/pROC sci-CRAN/randomForest sci-CRAN/rlang " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"