r-tidyr: add 1.1.4 (#27099)
This commit is contained in:
parent
8b8e7bd8e9
commit
b87678c2dd
1 changed files with 6 additions and 3 deletions
|
@ -18,9 +18,9 @@ class RTidyr(RPackage):
|
|||
explicit)."""
|
||||
|
||||
homepage = "https://github.com/hadley/tidyr"
|
||||
url = "https://cloud.r-project.org/src/contrib/tidyr_0.7.2.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/tidyr"
|
||||
cran = "tidyr"
|
||||
|
||||
version('1.1.4', sha256='0b0c98be98a433e15a2550f60330b31a58529a9c58bc2abd7bff6462ab761241')
|
||||
version('1.1.2', sha256='08fccb67824515b33187886f3ca2cf2fe747a778514892dbbf5e565edf0dfd6c')
|
||||
version('0.8.3', sha256='a18f54ec35124110058ab23f7e0a3c037a8d50f0405520cf5cc5443ec022cc37')
|
||||
version('0.8.2', sha256='99a508d0539390364789c5f4835b36c4a383927f0ec1648e2a4636c1cc6e490f')
|
||||
|
@ -32,6 +32,7 @@ class RTidyr(RPackage):
|
|||
depends_on('r-dplyr@0.8.2:', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-ellipsis@0.1.0:', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-glue', type=('build', 'run'))
|
||||
depends_on('r-lifecycle', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-magrittr', type=('build', 'run'))
|
||||
depends_on('r-purrr', type=('build', 'run'))
|
||||
depends_on('r-rlang', type=('build', 'run'))
|
||||
|
@ -40,7 +41,9 @@ class RTidyr(RPackage):
|
|||
depends_on('r-tidyselect@0.2.5:', type=('build', 'run'))
|
||||
depends_on('r-tidyselect@1.1.0:', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-vctrs@0.3.0:', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-lifecycle', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-vctrs@0.3.6:', when='@1.1.3:', type=('build', 'run'))
|
||||
depends_on('r-cpp11@0.2.1:', when='@1.1.2:', type=('build', 'run'))
|
||||
depends_on('r-cpp11@0.2.6:', when='@1.1.3:', type=('build', 'run'))
|
||||
|
||||
depends_on('r-stringi', when='@:0.8.3', type=('build', 'run'))
|
||||
depends_on('r-rcpp', when='@:0.8.3', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue