summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-sctransform/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-sctransform/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-sctransform/package.py44
1 files changed, 22 insertions, 22 deletions
diff --git a/var/spack/repos/builtin/packages/r-sctransform/package.py b/var/spack/repos/builtin/packages/r-sctransform/package.py
index 33b505c691..6d188e3b71 100644
--- a/var/spack/repos/builtin/packages/r-sctransform/package.py
+++ b/var/spack/repos/builtin/packages/r-sctransform/package.py
@@ -18,25 +18,25 @@ class RSctransform(RPackage):
cran = "sctransform"
- version('0.3.3', sha256='83af125c40f211e1ddae5098f88766aea1453c02ae98486081f3efadb3620b2b')
- version('0.3.2', sha256='5dbb0a045e514c19f51bbe11c2dba0b72dca1942d6eb044c36b0538b443475dc')
- version('0.2.0', sha256='d7f4c7958693823454f1426b23b0e1e9c207ad61a7a228602a1885a1318eb3e4')
-
- depends_on('r@3.0.2:', type=('build', 'run'))
- depends_on('r@3.1.0:', type=('build', 'run'), when='@0.3.2:')
- depends_on('r@3.5.0:', type=('build', 'run'), when='@0.3.3:')
- depends_on('r-dplyr', type=('build', 'run'), when='@0.3.3:')
- depends_on('r-magrittr', type=('build', 'run'), when='@0.3.3:')
- depends_on('r-mass', type=('build', 'run'))
- depends_on('r-matrix', type=('build', 'run'))
- depends_on('r-future-apply', type=('build', 'run'))
- depends_on('r-future', type=('build', 'run'))
- depends_on('r-ggplot2', type=('build', 'run'))
- depends_on('r-reshape2', type=('build', 'run'))
- depends_on('r-rlang', type=('build', 'run'), when='@0.3.3:')
- depends_on('r-gridextra', type=('build', 'run'))
- depends_on('r-matrixstats', type=('build', 'run'), when='@0.3.2:')
- depends_on('r-rcpparmadillo', type=('build', 'run'), when='@0.3.2:')
- depends_on('r-rcpp@0.11.0:', type=('build', 'run'))
-
- depends_on('r-rcppeigen', type=('build', 'run'), when='@:0.2.0')
+ version("0.3.3", sha256="83af125c40f211e1ddae5098f88766aea1453c02ae98486081f3efadb3620b2b")
+ version("0.3.2", sha256="5dbb0a045e514c19f51bbe11c2dba0b72dca1942d6eb044c36b0538b443475dc")
+ version("0.2.0", sha256="d7f4c7958693823454f1426b23b0e1e9c207ad61a7a228602a1885a1318eb3e4")
+
+ depends_on("r@3.0.2:", type=("build", "run"))
+ depends_on("r@3.1.0:", type=("build", "run"), when="@0.3.2:")
+ depends_on("r@3.5.0:", type=("build", "run"), when="@0.3.3:")
+ depends_on("r-dplyr", type=("build", "run"), when="@0.3.3:")
+ depends_on("r-magrittr", type=("build", "run"), when="@0.3.3:")
+ depends_on("r-mass", type=("build", "run"))
+ depends_on("r-matrix", type=("build", "run"))
+ depends_on("r-future-apply", type=("build", "run"))
+ depends_on("r-future", type=("build", "run"))
+ depends_on("r-ggplot2", type=("build", "run"))
+ depends_on("r-reshape2", type=("build", "run"))
+ depends_on("r-rlang", type=("build", "run"), when="@0.3.3:")
+ depends_on("r-gridextra", type=("build", "run"))
+ depends_on("r-matrixstats", type=("build", "run"), when="@0.3.2:")
+ depends_on("r-rcpparmadillo", type=("build", "run"), when="@0.3.2:")
+ depends_on("r-rcpp@0.11.0:", type=("build", "run"))
+
+ depends_on("r-rcppeigen", type=("build", "run"), when="@:0.2.0")