[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/73: gnu: r-reordercluster: Update to 2.0.
From: |
guix-commits |
Subject: |
03/73: gnu: r-reordercluster: Update to 2.0. |
Date: |
Sat, 2 Jul 2022 10:55:48 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit b58dada18dd3928690b591ad5e04d8d3160df05d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:29:57 2022 +0200
gnu: r-reordercluster: Update to 2.0.
* gnu/packages/cran.scm (r-reordercluster): Update to 2.0.
[propagated-inputs]: Add r-gtools.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 890c2a1860..82af396af2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1840,16 +1840,16 @@ such as copy/paste from an R session.")
(define-public r-reordercluster
(package
(name "r-reordercluster")
- (version "1.0")
+ (version "2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ReorderCluster" version))
(sha256
(base32
- "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
+ "0zq143xvv2br7016f9b1501ymcpkjqm3al1dn5qfm21axyi2p1iq"))))
(build-system r-build-system)
(propagated-inputs
- (list r-gplots r-rcpp))
+ (list r-gplots r-gtools 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
- branch wip-r created (now 34f8de46f1), guix-commits, 2022/07/02
- 01/73: gnu: r-restfulr: Update to 0.0.15., guix-commits, 2022/07/02
- 02/73: gnu: r-ggpmisc: Update to 0.4.7., guix-commits, 2022/07/02
- 04/73: gnu: r-partykit: Update to 1.2-16., guix-commits, 2022/07/02
- 06/73: gnu: r-pkgload: Update to 1.3.0., guix-commits, 2022/07/02
- 07/73: gnu: r-idr: Update to 1.3., guix-commits, 2022/07/02
- 09/73: gnu: r-processx: Update to 3.6.1., guix-commits, 2022/07/02
- 03/73: gnu: r-reordercluster: Update to 2.0.,
guix-commits <=
- 08/73: gnu: r-broom: Update to 1.0.0., guix-commits, 2022/07/02
- 11/73: gnu: r-tinytex: Update to 0.40., guix-commits, 2022/07/02
- 15/73: gnu: r-emmeans: Update to 1.7.5., guix-commits, 2022/07/02
- 05/73: gnu: r-ps: Update to 1.7.1., guix-commits, 2022/07/02
- 17/73: gnu: r-admisc: Update to 0.29., guix-commits, 2022/07/02
- 16/73: gnu: r-performance: Update to 0.9.1., guix-commits, 2022/07/02
- 18/73: gnu: r-waveslim: Update to 1.8.3., guix-commits, 2022/07/02
- 22/73: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/02
- 27/73: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/02
- 10/73: gnu: r-qap: Update to 0.1-2., guix-commits, 2022/07/02