mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: r-trimcluster: Update to 0.1-5.
* gnu/packages/statistics.scm (r-trimcluster): Update to 0.1-5.
This commit is contained in:
parent
9227b59d0d
commit
fdfcde2a49
1 changed files with 2 additions and 2 deletions
|
@ -4875,14 +4875,14 @@ (define-public r-robust
|
||||||
(define-public r-trimcluster
|
(define-public r-trimcluster
|
||||||
(package
|
(package
|
||||||
(name "r-trimcluster")
|
(name "r-trimcluster")
|
||||||
(version "0.1-2.1")
|
(version "0.1-5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "trimcluster" version))
|
(uri (cran-uri "trimcluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0013bpyq6mkvjn38qsmwnsxfiwxgwngnqxycxvgpgmiadhm8fjmn"))))
|
"12siv8yx8dcavsz8jk96lwscbj257ar8jpaxksl2zb06987g4fcj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/trimcluster")
|
(home-page "https://cran.r-project.org/web/packages/trimcluster")
|
||||||
(synopsis "Cluster analysis with trimming")
|
(synopsis "Cluster analysis with trimming")
|
||||||
|
|
Loading…
Reference in a new issue