summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-broom/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-broom/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-broom/package.py35
1 files changed, 18 insertions, 17 deletions
diff --git a/var/spack/repos/builtin/packages/r-broom/package.py b/var/spack/repos/builtin/packages/r-broom/package.py
index bda2de502e..8632aa022e 100644
--- a/var/spack/repos/builtin/packages/r-broom/package.py
+++ b/var/spack/repos/builtin/packages/r-broom/package.py
@@ -7,7 +7,7 @@ from spack import *
class RBroom(RPackage):
- """Convert Statistical Objects into Tidy Tibbles
+ """Convert Statistical Objects into Tidy Tibbles.
Summarizes key information about statistical objects in tidy tibbles. This
makes it easy to report results, create plots and consistently work with
@@ -18,9 +18,10 @@ class RBroom(RPackage):
measures like AIC and BIC. augment() adds information about individual
observations to a dataset, such as fitted values or influence measures."""
- homepage = "https://github.com/tidyverse/broom"
cran = "broom"
+ version('0.7.12', sha256='04fac12b2546689603a474fb92a0572f4241ae87b51b21b0808814a489227bd9')
+ version('0.7.11', sha256='9e3999d2635ac72e8f4c3a81decd50ee5d464c001c155375b5a970a629ba2e19')
version('0.7.10', sha256='129fd5a53abef7f42b7efac6c64ebd71269b136aa648846d640562357927464f')
version('0.7.9', sha256='1d5695f97b378b2b77fb8f64a4a54b72b278913d4adf9d61a7ca4f38a1c7c5fc')
version('0.7.3', sha256='de5650e46ca6884876b63bc401d22bef9eace671147774466406d43324aebc2f')
@@ -29,22 +30,22 @@ class RBroom(RPackage):
version('0.4.2', sha256='9f409413623cf25e7110452e6215353af5114f7044d73af182bd6c10971c5a44')
depends_on('r@3.1:', type=('build', 'run'))
- depends_on('r-backports', when='@0.5.0:', type=('build', 'run'))
+ depends_on('r-backports', type=('build', 'run'), when='@0.5.0:')
depends_on('r-dplyr', type=('build', 'run'))
- depends_on('r-dplyr@1.0.0:', when='@0.7.3:', type=('build', 'run'))
- depends_on('r-ellipsis', when='@0.7.3:', type=('build', 'run'))
- depends_on('r-generics@0.0.2:', when='@0.5.1:', type=('build', 'run'))
- depends_on('r-glue', when='@0.7.3:', type=('build', 'run'))
- depends_on('r-purrr', when='@0.5.0:', type=('build', 'run'))
- depends_on('r-rlang', when='@0.7.3:', type=('build', 'run'))
+ depends_on('r-dplyr@1.0.0:', type=('build', 'run'), when='@0.7.3:')
+ depends_on('r-ellipsis', type=('build', 'run'), when='@0.7.3:')
+ depends_on('r-generics@0.0.2:', type=('build', 'run'), when='@0.5.1:')
+ depends_on('r-glue', type=('build', 'run'), when='@0.7.3:')
+ depends_on('r-purrr', type=('build', 'run'), when='@0.5.0:')
+ depends_on('r-rlang', type=('build', 'run'), when='@0.7.3:')
depends_on('r-stringr', type=('build', 'run'))
- depends_on('r-tibble', when='@0.5.0:', type=('build', 'run'))
- depends_on('r-tibble@3.0.0:', when='@0.7.3:', type=('build', 'run'))
+ depends_on('r-tibble', type=('build', 'run'), when='@0.5.0:')
+ depends_on('r-tibble@3.0.0:', type=('build', 'run'), when='@0.7.3:')
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-tidyr@1.0.0:', type=('build', 'run'), when='@0.7.3:')
+ depends_on('r-ggplot2', type=('build', 'run'), when='@0.7.10:')
- 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'))
- depends_on('r-nlme', when='@:0.5.2', type=('build', 'run'))
+ depends_on('r-plyr', type=('build', 'run'), when='@:0.4.2')
+ depends_on('r-psych', type=('build', 'run'), when='@:0.4.2')
+ depends_on('r-reshape2', type=('build', 'run'), when='@:0.5.2')
+ depends_on('r-nlme', type=('build', 'run'), when='@:0.5.2')