mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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 @@ quantities.")
|
||||||
curve to a data matrix in arbitrary dimensions.")
|
curve to a data matrix in arbitrary dimensions.")
|
||||||
(license license:gpl2)))
|
(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
|
(define-public r-reshape
|
||||||
(package
|
(package
|
||||||
(name "r-reshape")
|
(name "r-reshape")
|
||||||
|
|
Loading…
Add table
Reference in a new issue