guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: Add r-chameleon.


From: guix-commits
Subject: 01/07: gnu: Add r-chameleon.
Date: Wed, 22 May 2024 11:45:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d658f8c9af3836c844487cfc0aae06901797245d
Author: guix@mawumag.com <guix@mawumag.com>
AuthorDate: Wed May 22 13:42:22 2024 +0200

    gnu: Add r-chameleon.
    
    * gnu/packages/cran.scm (r-chameleon): New variable.
    
    Change-Id: I9e0f3c27e434bb802c86ef9e2877f4d810397158
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 73098ba11e..e5c27a590a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -407,6 +407,27 @@ simulating diversification models, dating trees, comparing 
trees, and
 reading/writing trees in Newick format.")
     (license license:gpl2+)))
 
+(define-public r-chameleon
+  (package
+    (name "r-chameleon")
+    (version "0.2-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "chameleon" version))
+       (sha256
+        (base32 "0a3azp0zaakpqqx0pp94hkj3vgb2apnf8gb5ga0as4i8lrn9dz8i"))))
+    (properties `((upstream-name . "chameleon")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-clue r-ggplot2 r-umap))
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=chameleon";)
+    (synopsis "Automatic colors for multi-dimensional data")
+    (description
+     "This package lets you assign distinct colors to arbitrary
+multi-dimensional data, considering its structure.")
+    (license license:expat)))
+
 (define-public r-changepoint
   (package
     (name "r-changepoint")



reply via email to

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