summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biomartr/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-biomartr/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-biomartr/package.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-biomartr/package.py b/var/spack/repos/builtin/packages/r-biomartr/package.py
index 528e00df00..d2a086f084 100644
--- a/var/spack/repos/builtin/packages/r-biomartr/package.py
+++ b/var/spack/repos/builtin/packages/r-biomartr/package.py
@@ -23,8 +23,10 @@ class RBiomartr(RPackage):
cran = "biomartr"
+ version('1.0.2', sha256='7fd6cccd915aa39e593fb7591107ab9792d98a119dd42f3f666e5184f4e42743')
version('0.9.2', sha256='d88085696e9c5614828602254c33f2cdd3bbfeebc2f21a705eee3cb961097c89')
+ depends_on('r@3.1.1:', type=('build', 'run'), when='@1.0.2:')
depends_on('r-biomart', type=('build', 'run'))
depends_on('r-biostrings', type=('build', 'run'))
depends_on('r-curl', type=('build', 'run'))
@@ -32,7 +34,8 @@ class RBiomartr(RPackage):
depends_on('r-jsonlite', type=('build', 'run'))
depends_on('r-data-table@1.9.4:', type=('build', 'run'))
depends_on('r-dplyr@0.3.0:', type=('build', 'run'))
- depends_on('r-readr@0.2.2:', type=('build', 'run'))
+ depends_on('r-readr@0.2.2:', type=('build', 'run'), when='@0.9.2:')
+ depends_on('r-readr@1.4.0:', type=('build', 'run'), when='@1.0.2:')
depends_on('r-downloader@0.3:', type=('build', 'run'))
depends_on('r-rcurl@1.95-4.5:', type=('build', 'run'))
depends_on('r-xml@3.98-1.1:', type=('build', 'run'))
@@ -41,4 +44,6 @@ class RBiomartr(RPackage):
depends_on('r-purrr', type=('build', 'run'))
depends_on('r-r-utils', type=('build', 'run'))
depends_on('r-philentropy', type=('build', 'run'))
- depends_on('r-fs@1.3.1:', type=('build', 'run'))
+ depends_on('r-withr', type=('build', 'run'), when='@1.0.2:')
+ depends_on('r-fs', type=('build', 'run'))
+ depends_on('r-fs@1.3.1:', type=('build', 'run'), when='@0.9.2')