r-broom: add 0.7.9 and 0.7.10 (#27109)

This commit is contained in:
Manuela Kuhn 2021-11-02 16:48:32 +01:00 committed by GitHub
parent 5fdf6e5f68
commit 507f7a94d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,9 +19,10 @@ class RBroom(RPackage):
observations to a dataset, such as fitted values or influence measures."""
homepage = "https://github.com/tidyverse/broom"
url = "https://cloud.r-project.org/src/contrib/broom_0.4.2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/broom"
cran = "broom"
version('0.7.10', sha256='129fd5a53abef7f42b7efac6c64ebd71269b136aa648846d640562357927464f')
version('0.7.9', sha256='1d5695f97b378b2b77fb8f64a4a54b72b278913d4adf9d61a7ca4f38a1c7c5fc')
version('0.7.3', sha256='de5650e46ca6884876b63bc401d22bef9eace671147774466406d43324aebc2f')
version('0.5.2', sha256='16af7b446b24bc14461efbda9bea1521cf738c778c5e48fcc7bad45660a4ac62')
version('0.5.1', sha256='da9e6bf7cb8f960b83309cf107743976cc32b54524675f6471982abe3d1aae2e')
@ -41,6 +42,8 @@ class RBroom(RPackage):
depends_on('r-tibble@3.0.0:', when='@0.7.3:', type=('build', 'run'))
depends_on('r-tidyr', type=('build', 'run'))
depends_on('r-tidyr@1.0.0:', when='@0.7.3:', type=('build', 'run'))
depends_on('r-ggplot2', when='@0.7.10:', type=('build', 'run'))
depends_on('r-plyr', when='@:0.4.2', type=('build', 'run'))
depends_on('r-psych', when='@:0.4.2', type=('build', 'run'))
depends_on('r-reshape2', when='@:0.5.2', type=('build', 'run'))