gnu: r-clusterr: Update to 1.2.7.
* gnu/packages/cran.scm (r-clusterr): Update to 1.2.7. [propagated-inputs]: Add r-lifecycle.
This commit is contained in:
parent
1d5b6f19c7
commit
b6ff7591bf
1 changed files with 8 additions and 3 deletions
|
@ -29123,18 +29123,23 @@ model.")
|
||||||
(define-public r-clusterr
|
(define-public r-clusterr
|
||||||
(package
|
(package
|
||||||
(name "r-clusterr")
|
(name "r-clusterr")
|
||||||
(version "1.2.6")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ClusterR" version))
|
(uri (cran-uri "ClusterR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00mha8madcba83ix4fc04rb7sagfm0lxlh1wvs7dvjdrngps41jr"))))
|
"1sl218scrf5s02v54bmmk2sz1vrnlq16c14c0lcg1n7x8d76sgk6"))))
|
||||||
(properties `((upstream-name . "ClusterR")))
|
(properties `((upstream-name . "ClusterR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggplot2 r-gmp r-gtools r-rcpp r-rcpparmadillo))
|
(list r-ggplot2
|
||||||
|
r-gmp
|
||||||
|
r-gtools
|
||||||
|
r-lifecycle
|
||||||
|
r-rcpp
|
||||||
|
r-rcpparmadillo))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/mlampros/ClusterR")
|
(home-page "https://github.com/mlampros/ClusterR")
|
||||||
(synopsis "Clustering")
|
(synopsis "Clustering")
|
||||||
|
|
Reference in a new issue