guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-reordercluster.


From: guix-commits
Subject: branch master updated: gnu: Add r-reordercluster.
Date: Mon, 27 Apr 2020 04:11:53 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8521d93  gnu: Add r-reordercluster.
8521d93 is described below

commit 8521d93854db773806824416be0fef6675ed3719
Author: Roel Janssen <address@hidden>
AuthorDate: Mon Apr 27 10:11:21 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b918a4a..94ed889 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -449,6 +449,27 @@ small, reproducible, and runnable examples on 
code-oriented websites or email.
 such as copy/paste from an R session.")
     (license license:expat)))
 
+(define-public r-reordercluster
+  (package
+   (name "r-reordercluster")
+   (version "1.0")
+   (source (origin
+            (method url-fetch)
+            (uri (cran-uri "ReorderCluster" version))
+            (sha256
+             (base32
+              "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-gplots" ,r-gplots)
+      ("r-rcpp" ,r-rcpp)))
+   (home-page "https://cran.r-project.org/web/packages/ReorderCluster";)
+   (synopsis "Reordering the dendrogram according to the class labels")
+   (description "This package provides tools for performing the leaf reordering
+for the dendrogram that preserves the hierarchical clustering result and at the
+same time tries to group instances from the same class together.")
+   (license license:gpl3+)))
+
 (define-public r-callr
   (package
     (name "r-callr")



reply via email to

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