gnu: r-mlr3pipelines: Update to 0.5.0-1.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.5.0-1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
12adca4654
commit
5be4640724
@ -34975,13 +34975,13 @@ package also supersedes the package @code{BBmisc}.")
|
||||
(define-public r-mlr3pipelines
|
||||
(package
|
||||
(name "r-mlr3pipelines")
|
||||
(version "0.4.3")
|
||||
(version "0.5.0-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3pipelines" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ycrm4i0k38mkw1r1a5sxp761wdz3p0q72xz6qqg3qsyva4ba0wz"))))
|
||||
"1pn6zi1qy4ql7zkkzmx52b5l9agppr1rlv3pdnm1dy8y0yc7imhd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports
|
||||
@ -34994,6 +34994,7 @@ package also supersedes the package @code{BBmisc}.")
|
||||
r-paradox
|
||||
r-r6
|
||||
r-withr))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://mlr3pipelines.mlr-org.com/")
|
||||
(synopsis "Preprocessing Operators and Pipelines for @code{mlr3}")
|
||||
(description "@code{mlr3pipelines} enriches @code{mlr3} with a diverse
|
||||
|
Loading…
Reference in New Issue
Block a user