# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Detecting Damaged Cells in Singl... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/DamageDetective_1.0.0.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_seurat r_suggests_spelling" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_seurat? ( sci-CRAN/Seurat ) r_suggests_spelling? ( sci-CRAN/spelling ) " DEPEND="sci-CRAN/tidyr sci-CRAN/ggplot2 >=dev-lang/R-4.4.0 sci-CRAN/ggpubr sci-CRAN/dplyr sci-CRAN/cowplot virtual/Matrix sci-CRAN/patchwork sci-CRAN/scales sci-CRAN/RcppHNSW sci-CRAN/rlang sci-CRAN/withr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"