gnu: r-tune: Update to 0.1.6.
* gnu/packages/cran.scm (r-tune): Update to 0.1.6. [propagated-inputs]: Add r-hardhat, r-lifecycle, and r-withr.
This commit is contained in:
parent
260d29bf76
commit
ff971f4add
1 changed files with 5 additions and 2 deletions
|
@ -27050,14 +27050,14 @@ for creating, simulating, or validating values for such parameters.")
|
||||||
(define-public r-tune
|
(define-public r-tune
|
||||||
(package
|
(package
|
||||||
(name "r-tune")
|
(name "r-tune")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tune" version))
|
(uri (cran-uri "tune" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06snvnppa9xan99lkd2b7ynh916j75ga9lvifnra614akhhxv4rr"))))
|
"1356w98ljiay8fwa7narr7j5hfbvi69gy03gr7kqiwnfglyksrza"))))
|
||||||
(properties `((upstream-name . "tune")))
|
(properties `((upstream-name . "tune")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -27069,6 +27069,8 @@ for creating, simulating, or validating values for such parameters.")
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-glue" ,r-glue)
|
("r-glue" ,r-glue)
|
||||||
("r-gpfit" ,r-gpfit)
|
("r-gpfit" ,r-gpfit)
|
||||||
|
("r-hardhat" ,r-hardhat)
|
||||||
|
("r-lifecycle" ,r-lifecycle)
|
||||||
("r-parsnip" ,r-parsnip)
|
("r-parsnip" ,r-parsnip)
|
||||||
("r-purrr" ,r-purrr)
|
("r-purrr" ,r-purrr)
|
||||||
("r-recipes" ,r-recipes)
|
("r-recipes" ,r-recipes)
|
||||||
|
@ -27077,6 +27079,7 @@ for creating, simulating, or validating values for such parameters.")
|
||||||
("r-tibble" ,r-tibble)
|
("r-tibble" ,r-tibble)
|
||||||
("r-tidyr" ,r-tidyr)
|
("r-tidyr" ,r-tidyr)
|
||||||
("r-vctrs" ,r-vctrs)
|
("r-vctrs" ,r-vctrs)
|
||||||
|
("r-withr" ,r-withr)
|
||||||
("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")
|
||||||
|
|
Reference in a new issue