summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Lacroix <remi.lacroix@idris.fr>2022-09-12 16:57:15 +0200
committerGitHub <noreply@github.com>2022-09-12 16:57:15 +0200
commitf2b19c39a04a5b1c843759083f414452f8fdef13 (patch)
treea7c6aa085bf570ca6a12b851c6b34bd63fff7757
parentcb3b5fb71627f461fe760413bf9f375f196df288 (diff)
downloadspack-f2b19c39a04a5b1c843759083f414452f8fdef13.tar.gz
spack-f2b19c39a04a5b1c843759083f414452f8fdef13.tar.bz2
spack-f2b19c39a04a5b1c843759083f414452f8fdef13.tar.xz
spack-f2b19c39a04a5b1c843759083f414452f8fdef13.zip
r-gridextra: fix the CRAN package name. (#32474)
It seems like it was renamed from "gridExtras" to "gridExtra".
-rw-r--r--var/spack/repos/builtin/packages/r-gridextra/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-gridextra/package.py b/var/spack/repos/builtin/packages/r-gridextra/package.py
index 2e5a669923..a131c5bef5 100644
--- a/var/spack/repos/builtin/packages/r-gridextra/package.py
+++ b/var/spack/repos/builtin/packages/r-gridextra/package.py
@@ -12,7 +12,7 @@ class RGridextra(RPackage):
Provides a number of user-level functions to work with "grid" graphics,
notably to arrange multiple grid-based plots on a page, and draw tables."""
- cran = "gridExtras"
+ cran = "gridExtra"
version("2.3", sha256="81b60ce6f237ec308555471ae0119158b115463df696d2eca9b177ded8988e3b")
version("2.2.1", sha256="44fe455a5bcdf48a4ece7a542f83e7749cf251dc1df6ae7634470240398c6818")