me
/
guix
Archived
1
0
Fork 0

gnu: r-tune: Update to 1.0.0.

* gnu/packages/cran.scm (r-tune): Update to 1.0.0.
[propagated-inputs]: Add r-tidyselect.
Ricardo Wurmus 2022-08-10 12:20:12 +02:00
parent 8b68ee9a35
commit abc8efb0e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -29083,14 +29083,14 @@ for creating, simulating, or validating values for such parameters.")
(define-public r-tune
(package
(name "r-tune")
(version "0.2.0")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "tune" version))
(sha256
(base32
"05gxlsaqv6sjk11r5g4nkdd6hlb3bnfmc29cx4vln1blha37jx4i"))))
"0jh29dy4gwa1fyi01fp1305hkxw1mpkx704j6kydplh8h09rv80p"))))
(properties `((upstream-name . "tune")))
(build-system r-build-system)
(propagated-inputs
@ -29111,6 +29111,7 @@ for creating, simulating, or validating values for such parameters.")
r-rsample
r-tibble
r-tidyr
r-tidyselect
r-vctrs
r-withr
r-workflows