summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-later/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-later/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-later/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/r-later/package.py b/var/spack/repos/builtin/packages/r-later/package.py
index 50818dd743..c3bf76bc11 100644
--- a/var/spack/repos/builtin/packages/r-later/package.py
+++ b/var/spack/repos/builtin/packages/r-later/package.py
@@ -7,18 +7,18 @@ from spack import *
class RLater(RPackage):
- """Utilities for Scheduling Functions to Execute Later with Event Loops
+ """Utilities for Scheduling Functions to Execute Later with Event Loops.
- Executes arbitrary R or C functions some time after the current time,
- after the R execution stack has emptied."""
+ Executes arbitrary R or C functions some time after the current time, after
+ the R execution stack has emptied."""
- homepage = "https://github.com/r-lib/later"
- url = "https://cloud.r-project.org/src/contrib/later_0.8.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/later"
+ cran = "later"
+ version('1.3.0', sha256='08f50882ca3cfd2bb68c83f1fcfbc8f696f5cfb5a42c1448c051540693789829')
version('1.1.0.1', sha256='71baa7beae774a35a117e01d7b95698511c3cdc5eea36e29732ff1fe8f1436cd')
version('0.8.0', sha256='6b2a28b43c619b2c7890840c62145cd3a34a7ed65b31207fdedde52efb00e521')
depends_on('r-rcpp@0.12.9:', type=('build', 'run'))
depends_on('r-rlang', type=('build', 'run'))
- depends_on('r-bh', type=('build', 'run'))
+
+ depends_on('r-bh', type=('build', 'run'), when='@:1.1.0.1')