From 9c58c87aa9b7c1e1fa0102889aa461969ee3c30b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 4 Jul 2022 13:18:29 +0200 Subject: gnu: Add r-prismatic. * gnu/packages/cran.scm (r-prismatic): New variable. --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 02aa63af56..b31d155fa4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4329,6 +4329,26 @@ quantities.") 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") -- cgit v1.2.3