guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: Add r-prismatic.


From: guix-commits
Subject: 02/08: gnu: Add r-prismatic.
Date: Mon, 4 Jul 2022 07:51:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9c58c87aa9b7c1e1fa0102889aa461969ee3c30b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 4 13:18:29 2022 +0200

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]