me
/
guix
Archived
1
0
Fork 0

gnu: r-reordercluster: Update to 2.0.

* gnu/packages/cran.scm (r-reordercluster): Update to 2.0.
[propagated-inputs]: Add r-gtools.
master
Ricardo Wurmus 2022-07-01 15:29:57 +02:00
parent 961851c5d6
commit f7434908a6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -1840,16 +1840,16 @@ such as copy/paste from an R session.")
(define-public r-reordercluster (define-public r-reordercluster
(package (package
(name "r-reordercluster") (name "r-reordercluster")
(version "1.0") (version "2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ReorderCluster" version)) (uri (cran-uri "ReorderCluster" version))
(sha256 (sha256
(base32 (base32
"0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58")))) "0zq143xvv2br7016f9b1501ymcpkjqm3al1dn5qfm21axyi2p1iq"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-gplots r-rcpp)) (list r-gplots r-gtools r-rcpp))
(home-page "https://cran.r-project.org/web/packages/ReorderCluster") (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
(synopsis "Reordering the dendrogram according to the class labels") (synopsis "Reordering the dendrogram according to the class labels")
(description "This package provides tools for performing the leaf reordering (description "This package provides tools for performing the leaf reordering