mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-tglkmeans: Update to 0.5.8.
* gnu/packages/cran.scm (r-tglkmeans): Update to 0.5.8. [propagated-inputs]: Remove r-dorng. [native-inputs]: Add r-withr. Change-Id: Ib1371d359250298bcbbc0fee983fbd59aac1bcc5
This commit is contained in:
parent
1e2012490f
commit
80b0ce607f
1 changed files with 3 additions and 4 deletions
|
|
@ -11430,18 +11430,17 @@ integrated with the tidymodels framework.")
|
|||
(define-public r-tglkmeans
|
||||
(package
|
||||
(name "r-tglkmeans")
|
||||
(version "0.5.5")
|
||||
(version "0.5.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tglkmeans" version))
|
||||
(sha256
|
||||
(base32 "0hdnxgkxpgb8jm9aygv3wlhd42blm5nz906vlpl72blgcyc77hhh"))))
|
||||
(base32 "195abc44qig0ii6spifwab0znk21lam86qr0d341xhkn5v1jz79z"))))
|
||||
(properties `((upstream-name . "tglkmeans")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-cli
|
||||
r-dofuture
|
||||
r-dorng
|
||||
r-dplyr
|
||||
r-future
|
||||
r-ggplot2
|
||||
|
|
@ -11453,7 +11452,7 @@ integrated with the tidymodels framework.")
|
|||
r-rcppparallel
|
||||
r-tgstat
|
||||
r-tibble))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-testthat r-withr))
|
||||
(home-page "https://tanaylab.github.io/tglkmeans/")
|
||||
(synopsis "Efficient implementation of K-Means++ algorithm")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue