summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-styler/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-styler/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-styler/package.py42
1 files changed, 21 insertions, 21 deletions
diff --git a/var/spack/repos/builtin/packages/r-styler/package.py b/var/spack/repos/builtin/packages/r-styler/package.py
index 47e6d7788a..827051f4cb 100644
--- a/var/spack/repos/builtin/packages/r-styler/package.py
+++ b/var/spack/repos/builtin/packages/r-styler/package.py
@@ -13,24 +13,24 @@ class RStyler(RPackage):
cran = "styler"
- version('1.7.0', sha256='3e49f3ac2e65f9bdab15837a4e629db35c8fd0a15a74daa057354ba01e3022ce')
- version('1.6.2', sha256='a62fcc76aac851069f33874f9eaabdd580973b619cfc625d6ec910476015f75c')
- version('1.3.2', sha256='3fcf574382c607c2147479bad4f9fa8b823f54fb1462d19ec4a330e135a44ff1')
-
- depends_on('r@3.4.0:', type=('build', 'run'), when='@1.7.0:')
- depends_on('r-cli@1.1.0:', type=('build', 'run'))
- depends_on('r-cli@3.1.1:', type=('build', 'run'), when='@1.7.0:')
- depends_on('r-magrittr@1.0.1:', type=('build', 'run'))
- depends_on('r-magrittr@2.0.0:', type=('build', 'run'), when='@1.6.2:')
- depends_on('r-glue', type=('build', 'run'), when='@1.6.2:')
- depends_on('r-purrr@0.2.3:', type=('build', 'run'))
- depends_on('r-r-cache@0.14.0:', type=('build', 'run'))
- depends_on('r-r-cache@0.15.0:', type=('build', 'run'), when='@1.6.2:')
- depends_on('r-rematch2@2.0.1:', type=('build', 'run'))
- depends_on('r-rlang@0.1.1:', type=('build', 'run'))
- depends_on('r-rprojroot@1.1:', type=('build', 'run'))
- depends_on('r-tibble@1.4.2:', type=('build', 'run'))
- depends_on('r-withr@1.0.0:', type=('build', 'run'))
-
- depends_on('r-backports@1.1.0:', type=('build', 'run'), when='@:1.6.2')
- depends_on('r-xfun@0.1:', type=('build', 'run'), when='@:1.6.2')
+ version("1.7.0", sha256="3e49f3ac2e65f9bdab15837a4e629db35c8fd0a15a74daa057354ba01e3022ce")
+ version("1.6.2", sha256="a62fcc76aac851069f33874f9eaabdd580973b619cfc625d6ec910476015f75c")
+ version("1.3.2", sha256="3fcf574382c607c2147479bad4f9fa8b823f54fb1462d19ec4a330e135a44ff1")
+
+ depends_on("r@3.4.0:", type=("build", "run"), when="@1.7.0:")
+ depends_on("r-cli@1.1.0:", type=("build", "run"))
+ depends_on("r-cli@3.1.1:", type=("build", "run"), when="@1.7.0:")
+ depends_on("r-magrittr@1.0.1:", type=("build", "run"))
+ depends_on("r-magrittr@2.0.0:", type=("build", "run"), when="@1.6.2:")
+ depends_on("r-glue", type=("build", "run"), when="@1.6.2:")
+ depends_on("r-purrr@0.2.3:", type=("build", "run"))
+ depends_on("r-r-cache@0.14.0:", type=("build", "run"))
+ depends_on("r-r-cache@0.15.0:", type=("build", "run"), when="@1.6.2:")
+ depends_on("r-rematch2@2.0.1:", type=("build", "run"))
+ depends_on("r-rlang@0.1.1:", type=("build", "run"))
+ depends_on("r-rprojroot@1.1:", type=("build", "run"))
+ depends_on("r-tibble@1.4.2:", type=("build", "run"))
+ depends_on("r-withr@1.0.0:", type=("build", "run"))
+
+ depends_on("r-backports@1.1.0:", type=("build", "run"), when="@:1.6.2")
+ depends_on("r-xfun@0.1:", type=("build", "run"), when="@:1.6.2")