guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: Add r-gtable.


From: Ricardo Wurmus
Subject: 01/09: gnu: Add r-gtable.
Date: Mon, 21 Dec 2015 16:22:35 +0000

rekado pushed a commit to branch master
in repository guix.

commit b73751c8ff0a1f39afda9fff6d9116f787335574
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 17 16:50:03 2015 +0100

    gnu: Add r-gtable.
    
    * gnu/packages/statistics.scm (r-gtable): New variable.
---
 gnu/packages/statistics.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fe963c7..1a373ef 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1453,3 +1453,22 @@ encoder/decoder, round-off-error-free sum and cumsum, 
etc.")
      "This package provides tools to convert R Markdown documents into a
 variety of formats.")
     (license license:gpl3+)))
+
+(define-public r-gtable
+  (package
+    (name "r-gtable")
+    (version "0.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "gtable" version))
+              (sha256
+               (base32
+                "0k9hfj6r5y238gqh92s3cbdn34biczx3zfh79ix5xq0c5vkai2xh"))))
+    (properties `((upstream-name . "gtable")))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/gtable";)
+    (synopsis "Arrange grobs in tables")
+    (description
+     "This package provides tools to make it easier to work with tables of
+grobs.")
+    (license license:gpl2+)))



reply via email to

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