r-dplyr: add 1.0.7 (#27098)
This commit is contained in:
parent
f363864f7f
commit
3406e8e632
@ -13,9 +13,9 @@ class RDplyr(RPackage):
|
||||
in memory and out of memory."""
|
||||
|
||||
homepage = "https://cloud.r-project.org/package=dplyr"
|
||||
url = "https://cloud.r-project.org/src/contrib/dplyr_0.7.6.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/dplyr"
|
||||
cran = "dplyr"
|
||||
|
||||
version('1.0.7', sha256='d2fe3aedbce02fdddce09a8a80f85f5918a9d1f15f792ad4a98f254959d7123d')
|
||||
version('1.0.3', sha256='28a1a9d87e99154d4d1542ef9da9fd70f869a173dc9709f4583a5770bae58441')
|
||||
version('0.8.3', sha256='68b4aac65a69ea6390e90991d9c7ce7a011a07e5db439d60cce911a078424c0c')
|
||||
version('0.8.2', sha256='e2b6d5b30d04d86f270374623da426541cee8e33ce446fcab6cd7862abf8e18b')
|
||||
@ -37,15 +37,19 @@ class RDplyr(RPackage):
|
||||
depends_on('r-glue@1.3.0:', type=('build', 'run'))
|
||||
depends_on('r-glue@1.3.2:', when='@1.0.3:', type=('build', 'run'))
|
||||
depends_on('r-lifecycle@0.2.0:', when='@1.0.3:', type=('build', 'run'))
|
||||
depends_on('r-lifecycle@1.0.0:', when='@1.0.5:', type=('build', 'run'))
|
||||
depends_on('r-magrittr@1.5:', type=('build', 'run'))
|
||||
depends_on('r-r6', type=('build', 'run'))
|
||||
depends_on('r-rlang@0.4.0:', type=('build', 'run'))
|
||||
depends_on('r-rlang@0.4.9:', when='@1.0.3:', type=('build', 'run'))
|
||||
depends_on('r-rlang@0.4.10:', when='@1.0.5:', type=('build', 'run'))
|
||||
depends_on('r-tibble@2.0.0:', type=('build', 'run'))
|
||||
depends_on('r-tibble@2.1.3:', when='@1.0.3:', type=('build', 'run'))
|
||||
depends_on('r-tidyselect@0.2.5:', type=('build', 'run'))
|
||||
depends_on('r-tidyselect@1.1.0:', when='@1.0.3:', type=('build', 'run'))
|
||||
depends_on('r-vctrs@0.3.5:', when='@1.0.3:', type=('build', 'run'))
|
||||
depends_on('r-pillar@1.5.1:', when='@1.0.6:', type=('build', 'run'))
|
||||
|
||||
depends_on('r-assertthat@0.2.0:', when='@:0.8.3', type=('build', 'run'))
|
||||
depends_on('r-bindrcpp@0.2.0:', when='@:0.7.9', type=('build', 'run'))
|
||||
depends_on('r-pkgconfig', when='@:0.8.3', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user