# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='C++ Implementations of Functiona... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/enrichit_0.2.1.tar.gz" LICENSE='Artistic-2' IUSE="${IUSE-} r_suggests_annotationdbi r_suggests_biasedurn r_suggests_cluster r_suggests_fgsea r_suggests_gson r_suggests_qvalue r_suggests_testthat" R_SUGGESTS=" r_suggests_annotationdbi? ( sci-BIOC/AnnotationDbi ) r_suggests_biasedurn? ( sci-CRAN/BiasedUrn ) r_suggests_cluster? ( virtual/cluster ) r_suggests_fgsea? ( sci-BIOC/fgsea ) r_suggests_gson? ( sci-CRAN/gson ) r_suggests_qvalue? ( sci-BIOC/qvalue ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-3.5.0 virtual/Matrix >sci-CRAN/yulab_utils-0.2.1 >=sci-CRAN/Rcpp-1.0.10 sci-CRAN/rlang " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'DOSE' )