mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-tune: Update to 0.1.3.
* gnu/packages/cran.scm (r-tune): Update to 0.1.3. [propagated-inputs]: Remove r-hardhat.
This commit is contained in:
parent
2d89c723ab
commit
e08e5f9fe2
1 changed files with 2 additions and 3 deletions
|
@ -25698,14 +25698,14 @@ (define-public r-dials
|
|||
(define-public r-tune
|
||||
(package
|
||||
(name "r-tune")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ja7rjkjj88v3ngrc6izcz2qh9qv4s8abgcafmvx2ihgz99hds37"))))
|
||||
"05r5jzg96g2z10a2w4w8wq1ysfaxr91acwrvn75pmcy4rmixf293"))))
|
||||
(properties `((upstream-name . "tune")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -25717,7 +25717,6 @@ (define-public r-tune
|
|||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-glue" ,r-glue)
|
||||
("r-gpfit" ,r-gpfit)
|
||||
("r-hardhat" ,r-hardhat)
|
||||
("r-parsnip" ,r-parsnip)
|
||||
("r-purrr" ,r-purrr)
|
||||
("r-recipes" ,r-recipes)
|
||||
|
|
Loading…
Reference in a new issue