r-lubridate: add 1.8.0 (#27117)

This commit is contained in:
Manuela Kuhn 2021-11-02 17:55:27 +01:00 committed by GitHub
parent fa63bebf36
commit ae76692c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ class RLubridate(RPackage):
a consistent and memorable syntax that makes working with dates easy and
fun."""
homepage = "https://cloud.r-project.org/package=lubridate"
url = "https://cloud.r-project.org/src/contrib/lubridate_1.7.1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/lubridate"
homepage = "https://haven.tidyverse.org/"
cran = "lubridate"
version('1.8.0', sha256='87d66efdb1f3d680db381d7e40a202d35645865a0542e2f270ef008a19002ba5')
version('1.7.9.2', sha256='ee6a2d68faca51646477acd1898ba774bf2b6fd474a0abf351b16aa5e7a3db79')
version('1.7.4', sha256='510ca87bd91631c395655ee5029b291e948b33df09e56f6be5839f43e3104891')
version('1.7.3', sha256='2cffbf54afce1d068e65241fb876a77b10ee907d5a19d2ffa84d5ba8a2c3f3df')
@ -29,5 +29,7 @@ class RLubridate(RPackage):
depends_on('r@3.0.0:', type=('build', 'run'))
depends_on('r@3.2:', when='@1.7.9.2:', type=('build', 'run'))
depends_on('r-generics', when='@1.7.9.2:', type=('build', 'run'))
depends_on('r-rcpp@0.12.13:', type=('build', 'run'))
depends_on('r-cpp11@0.2.7:', when='@1.8:', type=('build', 'run'))
depends_on('r-rcpp@0.12.13:', when='@:1.7', type=('build', 'run'))
depends_on('r-stringr', when='@:1.7.4', type=('build', 'run'))