me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3tuning: Update to 0.10.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.10.0.
[propagated-inputs]: Remove r-digest.
master
Ricardo Wurmus 2022-01-23 13:33:40 +01:00
parent 2ceb7a1d89
commit 39b317a55c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -28912,19 +28912,18 @@ annealing.")
(define-public r-mlr3tuning
(package
(name "r-mlr3tuning")
(version "0.9.0")
(version "0.10.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3tuning" version))
(sha256
(base32
"0i428kdbak81j1wlwmdf9y40hqi63azhyny802ms2z04wl8lwnvs"))))
"0cqbqp53053v7lvi9ynpr860n8fm9w9842hai5z6xvmgzqdmjiyp"))))
(build-system r-build-system)
(propagated-inputs
(list r-bbotk
r-checkmate
r-data-table
r-digest
r-lgr
r-mlr3
r-mlr3misc