mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
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:
parent
dfa2cfeb3e
commit
471f0aacd2
1 changed files with 3 additions and 2 deletions
|
@ -23823,14 +23823,14 @@ (define-public r-dials
|
|||
(define-public r-tune
|
||||
(package
|
||||
(name "r-tune")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xiidzkl0hbd0f7jh1v2kkg26wdgy33w74c9bmpjgy317ckhsz8h"))))
|
||||
"0293xkmv1nyvm72wxznnlm3qpf6475xzl2sf52mnrjxxr7i447p1"))))
|
||||
(properties `((upstream-name . "tune")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -23851,6 +23851,7 @@ (define-public r-tune
|
|||
("r-rsample" ,r-rsample)
|
||||
("r-tibble" ,r-tibble)
|
||||
("r-tidyr" ,r-tidyr)
|
||||
("r-vctrs" ,r-vctrs)
|
||||
("r-workflows" ,r-workflows)
|
||||
("r-yardstick" ,r-yardstick)))
|
||||
(home-page "https://github.com/tidymodels/tune")
|
||||
|
|
Loading…
Reference in a new issue