gnu: r-reordercluster: Update to 2.0.
* gnu/packages/cran.scm (r-reordercluster): Update to 2.0. [propagated-inputs]: Add r-gtools.master
parent
961851c5d6
commit
f7434908a6
|
@ -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
|
||||||
|
|
Reference in New Issue