gnu: r-nbclust: Update to 3.0.1.
* gnu/packages/cran.scm (r-nbclust): Update to 3.0.1.
This commit is contained in:
parent
7e9031c41d
commit
87439c8a9a
1 changed files with 2 additions and 2 deletions
|
@ -9352,14 +9352,14 @@ that account for the effects of ANSI text formatting control sequences.")
|
||||||
(define-public r-nbclust
|
(define-public r-nbclust
|
||||||
(package
|
(package
|
||||||
(name "r-nbclust")
|
(name "r-nbclust")
|
||||||
(version "3.0")
|
(version "3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "NbClust" version))
|
(uri (cran-uri "NbClust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
|
"0k5hr4zgx4gp1n62xchgz2zvyl35ba2cnczhhvj8rfbg2n4hx6qs"))))
|
||||||
(properties `((upstream-name . "NbClust")))
|
(properties `((upstream-name . "NbClust")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
|
(home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
|
||||||
|
|
Reference in a new issue