mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: r-mlr3viz: Update to 0.11.0.
* gnu/packages/cran.scm (r-mlr3viz): Update to 0.11.0. [propagated-inputs]: Add r-mlr3. [native-inputs]: Remove r-mlr3. Change-Id: I4304718401de0646a41f5cd560a04fec219afdf3
This commit is contained in:
committed by
Andreas Enge
parent
f8f491eedc
commit
ccd6830df7
@@ -54086,13 +54086,13 @@ installation and loading of the core mlr3 packages.")
|
||||
(define-public r-mlr3viz
|
||||
(package
|
||||
(name "r-mlr3viz")
|
||||
(version "0.10.1")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3viz" version))
|
||||
(sha256
|
||||
(base32 "0d0vqg1jlg86fspmfx120jm1fkcjr3f5s93chbgcxb1gpz46pf7f"))))
|
||||
(base32 "1v0hyqdk8lyflg450k36x7simgmwxnf6np776c25bhkwlwhdj2q4"))))
|
||||
(properties
|
||||
'((upstream-name . "mlr3viz")
|
||||
(updater-extra-native-inputs . ("r-rpart"))))
|
||||
@@ -54100,12 +54100,12 @@ installation and loading of the core mlr3 packages.")
|
||||
(propagated-inputs (list r-checkmate
|
||||
r-data-table
|
||||
r-ggplot2
|
||||
r-mlr3
|
||||
r-mlr3misc
|
||||
r-scales
|
||||
r-viridis))
|
||||
(native-inputs (list r-bbotk
|
||||
r-lgr
|
||||
r-mlr3
|
||||
r-mlr3filters
|
||||
r-mlr3fselect
|
||||
r-mlr3tuning
|
||||
|
||||
Reference in New Issue
Block a user