summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-seurat/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-seurat/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-seurat/package.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-seurat/package.py b/var/spack/repos/builtin/packages/r-seurat/package.py
index e050151366..2850b5114e 100644
--- a/var/spack/repos/builtin/packages/r-seurat/package.py
+++ b/var/spack/repos/builtin/packages/r-seurat/package.py
@@ -19,6 +19,7 @@ class RSeurat(RPackage):
cran = "Seurat"
+ version("4.2.1", sha256="410238b6ca147451b43800a6e49c132fa5f6aacfe6b93b39a1e4d61257a9e35e")
version("4.2.0", sha256="22a3d22a9ba255c4db5b37339b183fdfb91e2d37a8b8d58a9ff45b1bc414ebef")
version("4.1.1", sha256="201aa96919b32378fc4cb67557188214c1242dcbae50cadd7d12c86666af8ace")
version("4.1.0", sha256="2505829a2763e449684dd1b107ee6982e019ee9fecb093adca7b283cad1b315d")
@@ -53,6 +54,7 @@ class RSeurat(RPackage):
depends_on("r-mass", type=("build", "run"))
depends_on("r-matrix@1.2-14:", type=("build", "run"))
depends_on("r-matrix@1.5.0:", type=("build", "run"), when="@4.2.0:")
+ depends_on("r-matrix@1.5-0:", type=("build", "run"), when="@4.2.1:")
depends_on("r-matrixstats", type=("build", "run"), when="@3.2.3:")
depends_on("r-miniui", type=("build", "run"), when="@3.2.3:")
depends_on("r-patchwork", type=("build", "run"), when="@3.2.3:")
@@ -76,11 +78,13 @@ class RSeurat(RPackage):
depends_on("r-sctransform@0.3.1:", type=("build", "run"), when="@3.2.3:")
depends_on("r-sctransform@0.3.3:", type=("build", "run"), when="@4.1.0:")
depends_on("r-sctransform@0.3.4:", type=("build", "run"), when="@4.2.0:")
+ depends_on("r-sctransform@0.3.5:", type=("build", "run"), when="@4.2.1:")
depends_on("r-seuratobject@4.0.4:", type=("build", "run"), when="@4.1.0:")
depends_on("r-seuratobject@4.1.0:", type=("build", "run"), when="@4.1.1:")
depends_on("r-seuratobject@4.1.2:", type=("build", "run"), when="@4.2.0:")
+ depends_on("r-seuratobject@4.1.3:", type=("build", "run"), when="@4.2.1:")
depends_on("r-shiny", type=("build", "run"), when="@3.2.3:")
- depends_on("r-spatstat-core", type=("build", "run"), when="@4.1.0:")
+ depends_on("r-spatstat-explore", type=("build", "run"), when="@4.2.1:")
depends_on("r-spatstat-geom", type=("build", "run"), when="@4.1.0:")
depends_on("r-tibble", type=("build", "run"), when="@3.2.3:")
depends_on("r-uwot", type=("build", "run"), when="@3.1.0:")
@@ -122,3 +126,5 @@ class RSeurat(RPackage):
depends_on("r-rsvd", type=("build", "run"), when="@3.0.0:3.2.3")
depends_on("r-spatstat@:1.64-1", type=("build", "run"), when="@3.2.3")
depends_on("java", when="@:2.3.0")
+ depends_on("r-spatstat-core", type=("build", "run"), when="@4.1.0:")
+ depends_on("r-spatstat-core", when="@:4.2.0")