~ruther/guix-local

d51827d7b33334587e8baf08b89d4a39de337998 — Ricardo Wurmus a month ago bbac5c8
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -4
@@ 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