mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-tune: Update to 0.1.2.
* gnu/packages/cran.scm (r-tune): Update to 0.1.2. [propagated-inputs]: Remove r-crayon and r-lifecycle; add r-generics.
This commit is contained in:
parent
94ebe64f19
commit
29ebaf068e
1 changed files with 3 additions and 4 deletions
|
@ -24484,27 +24484,26 @@ (define-public r-dials
|
|||
(define-public r-tune
|
||||
(package
|
||||
(name "r-tune")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0293xkmv1nyvm72wxznnlm3qpf6475xzl2sf52mnrjxxr7i447p1"))))
|
||||
"0ja7rjkjj88v3ngrc6izcz2qh9qv4s8abgcafmvx2ihgz99hds37"))))
|
||||
(properties `((upstream-name . "tune")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-cli" ,r-cli)
|
||||
("r-crayon" ,r-crayon)
|
||||
("r-dials" ,r-dials)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-foreach" ,r-foreach)
|
||||
("r-generics" ,r-generics)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-glue" ,r-glue)
|
||||
("r-gpfit" ,r-gpfit)
|
||||
("r-hardhat" ,r-hardhat)
|
||||
("r-lifecycle" ,r-lifecycle)
|
||||
("r-parsnip" ,r-parsnip)
|
||||
("r-purrr" ,r-purrr)
|
||||
("r-recipes" ,r-recipes)
|
||||
|
|
Loading…
Reference in a new issue