me
/
guix
Archived
1
0
Fork 0

gnu: Add r-lsd.

* gnu/packages/cran.scm (r-lsd): New variable.

Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
master
Ricardo Wurmus 2020-06-23 13:40:58 +02:00
parent 380c3e459b
commit c261a7b39a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -22210,3 +22210,23 @@ positioning methods that can be re-used across several different plots. There
are heuristics for examining @code{trellis} and @code{ggplot} objects and
inferring an appropriate positioning method.")
(license license:gpl3)))
(define-public r-lsd
(package
(name "r-lsd")
(version "4.1-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "LSD" version))
(sha256
(base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
(properties `((upstream-name . "LSD")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/LSD/")
(synopsis "Lots of superior depictions tool creates colorful plots")
(description
"This package creates lots of colorful plots in a multitude of variations.
Try a demo of the LSD by running @code{demotour()}.")
;; Either version
(license (list license:gpl2 license:gpl3))))