# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Disclosure Risk and Data Utility... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/riskutility_0.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_caret r_suggests_caretensemble r_suggests_clue r_suggests_dbscan r_suggests_hmisc r_suggests_kernelshap r_suggests_knitr r_suggests_misc3d r_suggests_partykit r_suggests_plotly r_suggests_rmarkdown r_suggests_robcompositions r_suggests_robustbase r_suggests_rpart r_suggests_rtsne r_suggests_sdcmicro r_suggests_simpop r_suggests_synthpop r_suggests_testthat r_suggests_uwot r_suggests_vip r_suggests_xgboost" R_SUGGESTS=" r_suggests_caret? ( sci-CRAN/caret ) r_suggests_caretensemble? ( sci-CRAN/caretEnsemble ) r_suggests_clue? ( sci-CRAN/clue ) r_suggests_dbscan? ( sci-CRAN/dbscan ) r_suggests_hmisc? ( sci-CRAN/Hmisc ) r_suggests_kernelshap? ( sci-CRAN/kernelshap ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_misc3d? ( sci-CRAN/misc3d ) r_suggests_partykit? ( sci-CRAN/partykit ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_robcompositions? ( sci-CRAN/robCompositions ) r_suggests_robustbase? ( sci-CRAN/robustbase ) r_suggests_rpart? ( virtual/rpart ) r_suggests_rtsne? ( sci-CRAN/Rtsne ) r_suggests_sdcmicro? ( sci-CRAN/sdcMicro ) r_suggests_simpop? ( sci-CRAN/simPop ) r_suggests_synthpop? ( sci-CRAN/synthpop ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_uwot? ( sci-CRAN/uwot ) r_suggests_vip? ( sci-CRAN/vip ) r_suggests_xgboost? ( sci-CRAN/xgboost ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/data_table sci-CRAN/VIM virtual/MASS sci-CRAN/ggplot2 sci-CRAN/randomForest sci-CRAN/ranger sci-CRAN/reshape2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/torch' )