gnu: r-clusterr: Update to 1.3.0.

* gnu/packages/cran.scm (r-clusterr): Update to 1.3.0.
[propagated-inputs]: Remove r-gtools.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:54 +01:00
parent 256c12c712
commit 7b28ac2a7e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -30670,20 +30670,19 @@ model.")
(define-public r-clusterr
(package
(name "r-clusterr")
(version "1.2.9")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ClusterR" version))
(sha256
(base32
"04aswnmxzpffc1fj2hf85pc5b10fh418k29a1x5cs1f1y7b3zav3"))))
"1k3rpz8rjw7r2lrx79h62m46hwxrn57hs5n7072g2rnvmc9jx3j2"))))
(properties `((upstream-name . "ClusterR")))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2
r-gmp
r-gtools
r-lifecycle
r-rcpp
r-rcpparmadillo))