guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/20: gnu: Add r-gridgraphics.


From: guix-commits
Subject: 08/20: gnu: Add r-gridgraphics.
Date: Wed, 27 Mar 2019 11:17:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 585d5ae0fb7f8092d1d07f765108574001d1a3b2
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 27 15:43:49 2019 +0100

    gnu: Add r-gridgraphics.
    
    * gnu/packages/cran.scm (r-gridgraphics): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4e6604a..5f1dd03 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13097,3 +13097,26 @@ yeast.")
     ;; files are made available under the Creative Commons Attribution 4.0
     ;; International license.
     (license (list license:expat license:cc-by4.0))))
+
+(define-public r-gridgraphics
+  (package
+    (name "r-gridgraphics")
+    (version "0.3-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gridGraphics" version))
+       (sha256
+        (base32
+         "1p94flvq5h3x817pl1m0aj3sim87x6zdbpv9xrgdnqw3rxfzwgqs"))))
+    (properties `((upstream-name . "gridGraphics")))
+    (build-system r-build-system)
+    (home-page "https://github.com/pmur002/gridgraphics";)
+    (synopsis "Redraw base graphics using @code{grid} graphics")
+    (description
+     "This package provides functions to convert a page of plots drawn with
+the @code{graphics} package into identical output drawn with the @code{grid}
+package.  The result looks like the original @code{graphics}-based plot, but
+consists of @code{grid} grobs and viewports that can then be manipulated with
address@hidden functions (e.g., edit grobs and revisit viewports).")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]