summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biocfilecache/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-biocfilecache/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-biocfilecache/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-biocfilecache/package.py b/var/spack/repos/builtin/packages/r-biocfilecache/package.py
index ee961a00ac..4bcdcf7023 100644
--- a/var/spack/repos/builtin/packages/r-biocfilecache/package.py
+++ b/var/spack/repos/builtin/packages/r-biocfilecache/package.py
@@ -7,7 +7,7 @@ from spack import *
class RBiocfilecache(RPackage):
- """Manage Files Across Sessions.
+ """Manage Files Across Sessions
This package creates a persistent on-disk cache of files that the user
can add, update, and retrieve. It is useful for managing resources (such
@@ -17,6 +17,7 @@ class RBiocfilecache(RPackage):
homepage = "https://bioconductor.org/packages/BiocFileCache"
git = "https://git.bioconductor.org/packages/BiocFileCache.git"
+ version('1.14.0', commit='cdcde4b59ae73dda12aa225948dbd0a058d9be6d')
version('1.8.0', commit='0e3542b6aae849b01240d8055a48da1b267bd5a0')
version('1.6.0', commit='c2de6c1cdef6294e5d0adea31e4ebf25865742ba')
version('1.4.0', commit='a2c473d17f78899c7899b9638faea8c30735eb80')
@@ -24,11 +25,10 @@ class RBiocfilecache(RPackage):
version('1.0.1', commit='dbf4e8dd4d8d9f475066cd033481efe95c56df75')
depends_on('r@3.4.0:', type=('build', 'run'))
- depends_on('r-dbplyr@1.0.0:', type=('build', 'run'))
depends_on('r-dplyr', type=('build', 'run'))
+ depends_on('r-dbplyr@1.0.0:', when='@1.2.3:', type=('build', 'run'))
depends_on('r-rsqlite', type=('build', 'run'))
depends_on('r-dbi', type=('build', 'run'))
depends_on('r-rappdirs', type=('build', 'run'))
- depends_on('r-httr', type=('build', 'run'))
-
depends_on('r-curl', when='@1.6.0:', type=('build', 'run'))
+ depends_on('r-httr', type=('build', 'run'))