add version 0.5-1 to r-gridgraphics (#21034)
This commit is contained in:
parent
7f7f9a7bfb
commit
bd404d8ff8
@ -7,10 +7,17 @@
|
||||
|
||||
|
||||
class RGridgraphics(RPackage):
|
||||
"""gridGraphics: Redraw Base Graphics Using 'grid' Graphics"""
|
||||
"""Redraw Base Graphics Using 'grid' Graphics
|
||||
|
||||
Functions to convert a page of plots drawn with the 'graphics' package into
|
||||
identical output drawn with the 'grid' package. The result looks like the
|
||||
original 'graphics'-based plot, but consists of 'grid' grobs and viewports
|
||||
that can then be manipulated with 'grid' functions (e.g., edit grobs and
|
||||
revisit viewports)."""
|
||||
|
||||
homepage = "https://github.com/pmur002/gridgraphics"
|
||||
url = "https://cloud.r-project.org/src/contrib/gridGraphics_0.4-1.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/gridGraphics"
|
||||
|
||||
version('0.5-1', sha256='29086e94e63891884c933b186b35511aac2a2f9c56967a72e4050e2980e7da8b')
|
||||
version('0.4-1', sha256='b770127b71664bbf67f8853a2666c071f2b9920743eddc9f3a58ecb948b923cf')
|
||||
|
Loading…
Reference in New Issue
Block a user