# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Cytokine Profiling Analysis Tool' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/CytoProfile_0.2.0.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_biocmanager r_suggests_ckmeans_1d_dp r_suggests_devtools r_suggests_knitr r_suggests_prodlim r_suggests_rmarkdown r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_biocmanager? ( sci-CRAN/BiocManager ) r_suggests_ckmeans_1d_dp? ( sci-CRAN/Ckmeans_1d_dp ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_prodlim? ( sci-CRAN/prodlim ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND="sci-CRAN/xgboost sci-CRAN/e1071 >=dev-lang/R-4.3 sci-CRAN/ggplot2 sci-CRAN/reshape2 sci-CRAN/gridExtra sci-CRAN/pROC sci-CRAN/dplyr sci-BIOC/mixOmics sci-CRAN/tidyr sci-CRAN/plot3D sci-CRAN/randomForest sci-CRAN/caret sci-CRAN/gplots sci-CRAN/ggrepel " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"