r-gridextra: fix the CRAN package name. (#32474)

It seems like it was renamed from "gridExtras" to "gridExtra".
This commit is contained in:
Rémi Lacroix 2022-09-12 16:57:15 +02:00 committed by GitHub
parent cb3b5fb716
commit f2b19c39a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")