guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 2dd033510eb34ee4c078e47de9d8b610362e3cd9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:37:02 2025 +0100

    gnu: r-rpresto: Update to 1.4.8.
    
    * gnu/packages/cran.scm (r-rpresto): Update to 1.4.8.
    [propagated-inputs]: Add r-stringdist and r-tidyselect.
    
    Change-Id: I599837563f7e50db2d0703849e82034d84411727
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a15a6454be..63a81847aa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6524,13 +6524,13 @@ classification, regression and survival trees.")
 (define-public r-rpresto
   (package
     (name "r-rpresto")
-    (version "1.4.7")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RPresto" version))
        (sha256
-        (base32 "0r4ajzd3ciicvsydacvm8gywhcr64mh1g5p2hjl1lrxzj09x4ckw"))))
+        (base32 "0fki4ifjanzhx7kf7ws20nmzxljr50yrqiajami3k6r1cab7psa9"))))
     (properties
      '((upstream-name . "RPresto")
        (updater-extra-native-inputs . ("tzdata-for-tests"))))
@@ -6562,8 +6562,10 @@ classification, regression and survival trees.")
            r-progress
            r-purrr
            r-rlang
+           r-stringdist
            r-stringi
            r-tibble
+           r-tidyselect
            r-vctrs))
     (native-inputs (list r-hms r-knitr r-testthat r-withr tzdata-for-tests))
     (home-page "https://github.com/prestodb/RPresto";)

Reply via email to