# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Negative Binomial Mixed Models U... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/nebula_1.5.8.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_seurat r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_seurat? ( sci-CRAN/Seurat ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=sci-CRAN/future-1.32.0 virtual/Matrix sci-CRAN/nloptr >=dev-lang/R-4.4.0 >=sci-CRAN/Rcpp-1.0.7 sci-CRAN/Rfast sci-CRAN/trust >=sci-CRAN/parallelly-1.34.0 >=sci-CRAN/doFuture-0.12.2 >=sci-CRAN/doRNG-1.8.6 >=sci-CRAN/foreach-1.5.2 " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'SingleCellExperiment' )