guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add r-polychrome.


From: guix-commits
Subject: 02/06: gnu: Add r-polychrome.
Date: Tue, 15 Mar 2022 18:08:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 59978546fe7a31ea247a15ebd095adb6cffe7d55
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Mar 8 20:06:13 2022 +0100

    gnu: Add r-polychrome.
    
    * gnu/packages/cran.scm (r-polychrome): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b231e7ed61..3d54eefd94 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1097,6 +1097,30 @@ does not use formula input or special syntax, but can be 
used in combination
 with default R plot functions.")
     (license license:gpl2+)))
 
+(define-public r-polychrome
+  (package
+    (name "r-polychrome")
+    (version "1.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Polychrome" version))
+       (sha256
+        (base32 "044vbylgbqf0ccv4r15nmbw1vz0j95g67i6blw73hvbvbm6w5x4d"))))
+    (properties `((upstream-name . "Polychrome")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-colorspace r-scatterplot3d))
+    (native-inputs
+     (list r-knitr))
+    (home-page "http://oompa.r-forge.r-project.org/";)
+    (synopsis "Qualitative palettes with many colors")
+    (description
+     "This package provides tools for creating, viewing, and assessing
+qualitative palettes with many (20-30 or more) colors.  See Coombes and
+colleagues (2019) @url{https://doi:10.18637/jss.v090.c01}.";)
+    (license license:asl2.0)))
+
 (define-public r-ecp
   (package
     (name "r-ecp")



reply via email to

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