From f2b19c39a04a5b1c843759083f414452f8fdef13 Mon Sep 17 00:00:00 2001 From: RĂ©mi Lacroix Date: Mon, 12 Sep 2022 16:57:15 +0200 Subject: r-gridextra: fix the CRAN package name. (#32474) It seems like it was renamed from "gridExtras" to "gridExtra". --- var/spack/repos/builtin/packages/r-gridextra/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3-60-g2f50