1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-mlr3tuning: Update to 1.6.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 1.6.0.
[native-inputs]: Add r-processx and r-redux.

Change-Id: I75705cf6c914f6a2c6d737361e1a15fdc4100a87
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:15 +01:00
parent 6e42a1de52
commit 3f925c1742

View File

@@ -54555,13 +54555,13 @@ annealing.")
(define-public r-mlr3tuning
(package
(name "r-mlr3tuning")
(version "1.5.1")
(version "1.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3tuning" version))
(sha256
(base32
"0ni106500pqlml1bph7s2b12cx91lj3cxgbsbq2qnpdsav8pdf3p"))))
"1d4vxyrzgly7qxv8yl7l7f6v1ihnwcaafw1915vfzh9790cgsbsk"))))
(properties
'((updater-extra-native-inputs . ("r-rpart"))))
(build-system r-build-system)
@@ -54581,6 +54581,8 @@ annealing.")
r-knitr
r-mirai
r-mlr3pipelines
r-processx
r-redux
r-rpart
r-rush
r-testthat))