gnu: r-tune: Update to 0.1.1.

* gnu/packages/cran.scm (r-tune): Update to 0.1.1.
[propagated-inputs]: Add r-vctrs.
This commit is contained in:
Ricardo Wurmus 2020-09-11 19:03:58 +02:00
parent dfa2cfeb3e
commit 471f0aacd2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23823,14 +23823,14 @@ (define-public r-dials
(define-public r-tune (define-public r-tune
(package (package
(name "r-tune") (name "r-tune")
(version "0.1.0") (version "0.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tune" version)) (uri (cran-uri "tune" version))
(sha256 (sha256
(base32 (base32
"0xiidzkl0hbd0f7jh1v2kkg26wdgy33w74c9bmpjgy317ckhsz8h")))) "0293xkmv1nyvm72wxznnlm3qpf6475xzl2sf52mnrjxxr7i447p1"))))
(properties `((upstream-name . "tune"))) (properties `((upstream-name . "tune")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -23851,6 +23851,7 @@ (define-public r-tune
("r-rsample" ,r-rsample) ("r-rsample" ,r-rsample)
("r-tibble" ,r-tibble) ("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr) ("r-tidyr" ,r-tidyr)
("r-vctrs" ,r-vctrs)
("r-workflows" ,r-workflows) ("r-workflows" ,r-workflows)
("r-yardstick" ,r-yardstick))) ("r-yardstick" ,r-yardstick)))
(home-page "https://github.com/tidymodels/tune") (home-page "https://github.com/tidymodels/tune")