mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add r-txtplot.
* gnu/packages/statistics.scm (r-txtplot): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d4c06f3280
commit
ec83abad85
1 changed files with 20 additions and 0 deletions
|
@ -5642,6 +5642,26 @@ (define-public r-colorout
|
||||||
to any arbitrary string. In this case, it is up to you to set valid values.")
|
to any arbitrary string. In this case, it is up to you to set valid values.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public java-jdistlib
|
||||||
(package
|
(package
|
||||||
(name "java-jdistlib")
|
(name "java-jdistlib")
|
||||||
|
|
Loading…
Reference in a new issue