summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-dss/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-dss/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-dss/package.py30
1 files changed, 15 insertions, 15 deletions
diff --git a/var/spack/repos/builtin/packages/r-dss/package.py b/var/spack/repos/builtin/packages/r-dss/package.py
index d0d8eb92ae..227cac4fd5 100644
--- a/var/spack/repos/builtin/packages/r-dss/package.py
+++ b/var/spack/repos/builtin/packages/r-dss/package.py
@@ -18,18 +18,18 @@ class RDss(RPackage):
bioc = "DSS"
- version('2.44.0', commit='b9f44106f139c93564dfb4afab50555d24a657ba')
- version('2.42.0', commit='33e87450fbb64bb3e321688ff613e83cd40efe48')
- version('2.38.0', commit='82e65b92e6e227f1f99620362db8b03059e07e98')
- version('2.36.0', commit='841c7ed')
- version('2.34.0', commit='f9819c7')
- version('2.32.0', commit='ffb502d')
-
- depends_on('r@3.3:', type=('build', 'run'))
- depends_on('r@3.5.0:', type=('build', 'run'), when='@2.44.0:')
- depends_on('r-biobase', type=('build', 'run'))
- depends_on('r-biocparallel', type=('build', 'run'), when='@2.36.0:')
- depends_on('r-bsseq', type=('build', 'run'))
- depends_on('r-matrixstats', type=('build', 'run'), when='@2.44.0:')
-
- depends_on('r-delayedarray', type=('build', 'run'), when='@2.36.0:2.42.0')
+ version("2.44.0", commit="b9f44106f139c93564dfb4afab50555d24a657ba")
+ version("2.42.0", commit="33e87450fbb64bb3e321688ff613e83cd40efe48")
+ version("2.38.0", commit="82e65b92e6e227f1f99620362db8b03059e07e98")
+ version("2.36.0", commit="841c7ed")
+ version("2.34.0", commit="f9819c7")
+ version("2.32.0", commit="ffb502d")
+
+ depends_on("r@3.3:", type=("build", "run"))
+ depends_on("r@3.5.0:", type=("build", "run"), when="@2.44.0:")
+ depends_on("r-biobase", type=("build", "run"))
+ depends_on("r-biocparallel", type=("build", "run"), when="@2.36.0:")
+ depends_on("r-bsseq", type=("build", "run"))
+ depends_on("r-matrixstats", type=("build", "run"), when="@2.44.0:")
+
+ depends_on("r-delayedarray", type=("build", "run"), when="@2.36.0:2.42.0")