# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Some Utilities & Base Supports for SigBridgeR' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SigBridgeRUtils_0.2.6.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_furrr r_suggests_future r_suggests_mass r_suggests_matrix r_suggests_preprocesscore r_suggests_rfast r_suggests_seuratobject r_suggests_testthat" R_SUGGESTS=" r_suggests_furrr? ( sci-CRAN/furrr ) r_suggests_future? ( sci-CRAN/future ) r_suggests_mass? ( virtual/MASS ) r_suggests_matrix? ( virtual/Matrix virtual/Matrix virtual/Matrix ) r_suggests_preprocesscore? ( sci-BIOC/preprocessCore ) r_suggests_rfast? ( sci-CRAN/Rfast ) r_suggests_seuratobject? ( sci-CRAN/SeuratObject ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/cli sci-CRAN/processx sci-CRAN/chk sci-CRAN/data_table sci-CRAN/purrr sci-CRAN/reticulate sci-CRAN/rlang " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/microbenchmark' )