me
/
guix
Archived
1
0
Fork 0

gnu: r-rsample: Update to 1.2.0.

* gnu/packages/cran.scm (r-rsample): Update to 1.2.0.
[propagated-inputs]: Add r-cli and r-lifecycle.
Ricardo Wurmus 2023-08-28 14:21:08 +02:00
parent ca57f28847
commit 391729d4eb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -34549,21 +34549,23 @@ pipeline friendly so that data processing with lists can be chained.")
(define-public r-rsample
(package
(name "r-rsample")
(version "1.1.1")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsample" version))
(sha256
(base32
"1fmqfk1yihmh7lkszsf7pvn6zf67lpgff46hv2lpnfbssa3axllh"))))
"1vayyj6cijq1ag9r7fpcjfzrgkqhb4zxgajz78hz8dq01q3bgjg0"))))
(properties `((upstream-name . "rsample")))
(build-system r-build-system)
(propagated-inputs
(list r-dplyr
(list r-cli
r-dplyr
r-furrr
r-generics
r-glue
r-lifecycle
r-pillar
r-purrr
r-rlang