add version 1.1.0.1 to r-later (#21066)

This commit is contained in:
Glenn Johnson 2021-01-17 14:08:24 -06:00 committed by GitHub
parent 9feb2572fb
commit 6793f3fd55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,16 @@
class RLater(RPackage): class RLater(RPackage):
"""Executes arbitrary R or C functions some time after the current time, """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.""" after the R execution stack has emptied."""
homepage = "https://github.com/r-lib/later" homepage = "https://github.com/r-lib/later"
url = "https://cloud.r-project.org/src/contrib/later_0.8.0.tar.gz" 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" list_url = "https://cloud.r-project.org/src/contrib/Archive/later"
version('1.1.0.1', sha256='71baa7beae774a35a117e01d7b95698511c3cdc5eea36e29732ff1fe8f1436cd')
version('0.8.0', sha256='6b2a28b43c619b2c7890840c62145cd3a34a7ed65b31207fdedde52efb00e521') version('0.8.0', sha256='6b2a28b43c619b2c7890840c62145cd3a34a7ed65b31207fdedde52efb00e521')
depends_on('r-rcpp@0.12.9:', type=('build', 'run')) depends_on('r-rcpp@0.12.9:', type=('build', 'run'))