# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Estimating the Cluster Specific ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/PND.heter.cluster_0.1.0.tar.gz" LICENSE='GPL-2' 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 ) " DEPEND="virtual/boot sci-CRAN/dplyr >=dev-lang/R-4.0.0 sci-CRAN/glue sci-CRAN/mvtnorm sci-CRAN/magrittr sci-CRAN/SuperLearner sci-CRAN/ranger sci-CRAN/xgboost virtual/nnet sci-CRAN/origami sci-CRAN/tidyverse sci-CRAN/purrr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"