guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-pvclust.


From: guix-commits
Subject: branch master updated: gnu: Add r-pvclust.
Date: Wed, 26 May 2021 03:52:33 -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 3f2a4b0  gnu: Add r-pvclust.
3f2a4b0 is described below

commit 3f2a4b098039bd374c76d524223de3c6c475f23e
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 09:52:12 2021 +0200

    gnu: Add r-pvclust.
    
    * gnu/packages/cran.scm (r-pvclust): 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 8709cd2..949c74f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2894,6 +2894,26 @@ attaching it.  This is a key part of the @code{devtools} 
package as it allows
 you to rapidly iterate while developing a package.")
     (license license:gpl3)))
 
+(define-public r-pvclust
+  (package
+   (name "r-pvclust")
+   (version "2.2-0")
+   (source (origin
+            (method url-fetch)
+            (uri (cran-uri "pvclust" version))
+            (sha256
+             (base32
+              "0082icm54k2yq60k06qpr92a626k39j2jr0046lva4ylmhxqb4kq"))))
+   (build-system r-build-system)
+   (home-page "https://github.com/shimo-lab/pvclust";)
+   (synopsis
+    "Hierarchical clustering with P-values via multiscale bootstrap 
resampling")
+   (description "This package provides an implementation of multiscale 
bootstrap
+resampling for assessing the uncertainty in hierarchical cluster analysis.  It
+provides an AU (approximately unbiased) P-value as well as a BP (bootstrap 
probability)
+value for each cluster in a dendrogram.")
+   (license license:gpl2+)))
+
 (define-public r-rcpp
   (package
     (name "r-rcpp")



reply via email to

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