guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: Add r-txtplot.


From: Ludovic Courtès
Subject: 02/08: gnu: Add r-txtplot.
Date: Thu, 19 Jul 2018 05:55:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ec83abad858a68561959a82aa0daa41c66da31d3
Author: Eric Brown <address@hidden>
Date:   Wed Jul 18 14:29:10 2018 -0500

    gnu: Add r-txtplot.
    
    * gnu/packages/statistics.scm (r-txtplot): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/statistics.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8be3ce1..d8c1e6d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5642,6 +5642,26 @@ table made by the command @code{show256Colors()}.  You 
can also set the colors
 to any arbitrary string.  In this case, it is up to you to set valid values.")
     (license license:gpl3+)))
 
+(define-public r-txtplot
+  (package
+    (name "r-txtplot")
+    (version "1.0-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "txtplot" version))
+       (sha256
+        (base32
+         "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/txtplot/";)
+    (synopsis "Text-based plotting")
+    (description "This package provides functions to produce rudimentary ASCII
+graphics directly in the terminal window.  This package provides a basic
+plotting function (and equivalents of curve, density, acf and barplot) as well
+as a boxplot function.")
+    (license license:lgpl3+)))
+
 (define-public java-jdistlib
   (package
     (name "java-jdistlib")



reply via email to

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