mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -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
|
(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")
|
||||||
|
|
Loading…
Reference in a new issue