gnu: Add r-prismatic.
* gnu/packages/cran.scm (r-prismatic): New variable.
This commit is contained in:
parent
738e4eea14
commit
9c58c87aa9
1 changed files with 20 additions and 0 deletions
|
@ -4329,6 +4329,26 @@ (define-public r-princurve
|
|||
curve to a data matrix in arbitrary dimensions.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-prismatic
|
||||
(package
|
||||
(name "r-prismatic")
|
||||
(version "1.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "prismatic" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f6k11hcll33g2wbadjhm91pm5h4khg4zd8g9fzs3m9xlqpfaywh"))))
|
||||
(properties `((upstream-name . "prismatic")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-farver))
|
||||
(home-page "https://github.com/EmilHvitfeldt/prismatic")
|
||||
(synopsis "Color manipulation tools")
|
||||
(description
|
||||
"Manipulate and visualize colors in a intuitive, low-dependency and functional
|
||||
way.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-reshape
|
||||
(package
|
||||
(name "r-reshape")
|
||||
|
|
Loading…
Reference in a new issue