gnu: r-rsample: Update to 1.3.0.

* gnu/packages/cran.scm (r-rsample): Update to 1.3.0.
[native-inputs]: Add r-broom, r-modeldata, and r-withr.

Change-Id: I4f976e157014bd5f7972a58cef7ba56384407d9f
This commit is contained in:
Ricardo Wurmus 2025-05-10 08:24:12 +02:00
parent 0e0f3e5ab9
commit 06d0defd78
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -48318,14 +48318,14 @@ pipeline friendly so that data processing with lists can be chained.")
(define-public r-rsample
(package
(name "r-rsample")
(version "1.2.1")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsample" version))
(sha256
(base32
"1igdcicympnbrypb5c47bmf4q997q6s98i1lzb4x29x53vr3gx73"))))
"14f9m82c0j3r3z0wdk4jialfi4khnpznhfxca4cj64qgj5wxzx7k"))))
(properties `((upstream-name . "rsample")))
(build-system r-build-system)
(propagated-inputs
@ -48344,7 +48344,7 @@ pipeline friendly so that data processing with lists can be chained.")
r-tidyselect
r-vctrs))
(native-inputs
(list r-knitr r-testthat))
(list r-broom r-knitr r-modeldata r-testthat r-withr))
(home-page "https://rsample.tidymodels.org")
(synopsis "General resampling infrastructure")
(description