r-rvest: add 1.0.2 (#27147)

This commit is contained in:
Manuela Kuhn 2021-11-02 17:21:09 +01:00 committed by GitHub
parent 429a60c703
commit c2a7f8c608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,9 @@ class RRvest(RPackage):
then manipulate, HTML and XML."""
homepage = "https://github.com/hadley/rvest"
url = "https://cloud.r-project.org/src/contrib/rvest_0.3.2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/rvest"
cran = "rvest"
version('1.0.2', sha256='89bb477e0944c80298a52ccf650db8f6377fd7ed3c1bc7034d000f695fdf05a4')
version('0.3.6', sha256='6a2ee3a25d2d738031edbc1b5e2410f2a4538dfbb9705af145f9039504b902fa')
version('0.3.4', sha256='413e171b9e89b7dc4e8b41165027cf19eb97cd73e149c252237bbdf0d0a4254a')
version('0.3.3', sha256='b10a87fa2d733f7c0fc567242ef0ab10a1a77d58d51796996cc0fd81381a556f')
@ -24,7 +24,11 @@ class RRvest(RPackage):
depends_on('r@3.0.1:', when='@:0.3.2', type=('build', 'run'))
depends_on('r@3.1:', when='@0.3.3', type=('build', 'run'))
depends_on('r@3.2:', when='@0.3.4:', type=('build', 'run'))
depends_on('r-xml2', type=('build', 'run'))
depends_on('r-httr@0.5:', type=('build', 'run'))
depends_on('r-lifecycle@1.0.0:', when='@1:', type=('build', 'run'))
depends_on('r-magrittr', type=('build', 'run'))
depends_on('r-rlang@0.4.10:', when='@1:', type=('build', 'run'))
depends_on('r-selectr', type=('build', 'run'))
depends_on('r-tibble', when='@1:', type=('build', 'run'))
depends_on('r-xml2', type=('build', 'run'))
depends_on('r-xml2@1.3:', when='@1:', type=('build', 'run'))