~ruther/guix-local

839893de10f05e11d5ce6a9412f842fdd662b30f — Ricardo Wurmus 8 months ago f91816a
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -2
@@ 6526,13 6526,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"))))


@@ 6564,8 6564,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")