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.
parent
ca57f28847
commit
391729d4eb
|
@ -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
|
||||
|
|
Reference in New Issue