r-gridextra: fix the CRAN package name. (#32474)
It seems like it was renamed from "gridExtras" to "gridExtra".
This commit is contained in:
parent
cb3b5fb716
commit
f2b19c39a0
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user