summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ggplot2/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-ggplot2/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-ggplot2/package.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-ggplot2/package.py b/var/spack/repos/builtin/packages/r-ggplot2/package.py
index 775abbf0cd..337ddd4ae5 100644
--- a/var/spack/repos/builtin/packages/r-ggplot2/package.py
+++ b/var/spack/repos/builtin/packages/r-ggplot2/package.py
@@ -16,6 +16,7 @@ class RGgplot2(RPackage):
cran = "ggplot2"
+ version("3.4.0", sha256="a82f9e52f974389439765f71a8206ec26e3be30a8864d2c784d5ea8abcb0473e")
version("3.3.6", sha256="bfcb4eb92a0fcd3fab713aca4bb25e916e05914f2540271a45522ad7e43943a9")
version("3.3.5", sha256="b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea")
version("3.3.3", sha256="45c29e2348dbd195bbde1197a52db7764113e57f463fd3770fb899acc33423cc")
@@ -27,19 +28,26 @@ class RGgplot2(RPackage):
depends_on("r@3.1:", type=("build", "run"))
depends_on("r@3.2:", type=("build", "run"), when="@3.2.0:")
depends_on("r@3.3:", type=("build", "run"), when="@3.3.4:")
- depends_on("r-digest", type=("build", "run"))
+ depends_on("r-cli", type=("build", "run"), when="@3.4.0:")
depends_on("r-glue", type=("build", "run"), when="@3.3.3:")
depends_on("r-gtable@0.1.1:", type=("build", "run"))
depends_on("r-isoband", type=("build", "run"), when="@3.3.3:")
+ depends_on("r-lifecycle@1.0.1:", type=("build", "run"), when="@3.4.0:")
depends_on("r-mass", type=("build", "run"))
depends_on("r-mgcv", type=("build", "run"), when="@3.2.0:")
depends_on("r-rlang@0.3.0:", type=("build", "run"), when="@3.0.0:")
depends_on("r-rlang@0.4.10:", type=("build", "run"), when="@3.3.4:")
+ depends_on("r-rlang@1.0.0:", type=("build", "run"), when="@3.4.0:")
depends_on("r-scales@0.5.0:", type=("build", "run"))
+ depends_on("r-scales@1.2.0:", type=("build", "run"), when="@3.4.0:")
depends_on("r-tibble", type=("build", "run"))
+ depends_on("r-vctrs@0.5.0:", type=("build", "run"), when="@3.4.0:")
depends_on("r-withr@2.0.0:", type=("build", "run"), when="@3.0.0:")
+ depends_on("r-withr@2.5.0:", type=("build", "run"), when="@3.4.0:")
depends_on("r-plyr@1.7.1:", type=("build", "run"), when="@:3.1.1")
depends_on("r-reshape2", type=("build", "run"), when="@:3.2.0")
depends_on("r-lazyeval", type=("build", "run"), when="@:3.2.0")
depends_on("r-viridislite", type=("build", "run"), when="@3.0.0:3.2.0")
+ depends_on("r-digest", type=("build", "run"))
+ depends_on("r-digest", when="@:3.3.6")