mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
0e0f3e5ab9
commit
06d0defd78
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue