diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-02 10:46:44 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:37 +0100 |
| commit | b5735cab88cf17c3ce66d228298f9f2d180db0ce (patch) | |
| tree | 2e5a6369f9e3d12ff5288982662671585af77d04 /gnu | |
| parent | ca6852fee8c0fafeae070548ed980e346c5db8fe (diff) | |
gnu: r-mlr3pipelines: Update to 0.11.0.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.11.0.
[native-inputs]: Add r-bestnormalize, r-dimred, r-fastica, r-future, r-kernlab,
r-mlr3filters, r-quanteda, r-smotefamily, r-themis, and r-vtreat.
Change-Id: I1bda2a46a0078be629ce8eb0730701ef53ebe9db
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 29bda01265a..ffee7f52daa 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -54153,13 +54153,13 @@ package also supersedes the package @code{BBmisc}.") (define-public r-mlr3pipelines (package (name "r-mlr3pipelines") - (version "0.10.0") + (version "0.11.0") (source (origin (method url-fetch) (uri (cran-uri "mlr3pipelines" version)) (sha256 (base32 - "1pxidwrgcalrm7n2szx0a6xbwvqq5gfn6g53kqgg8gcq861rs64w")))) + "0ff609b2n3qm446gx8hiyncbr4zpgil2xmlbkgvw7vlnv4p3k59c")))) (properties '((updater-extra-native-inputs . ("r-rpart")))) (build-system r-build-system) @@ -54177,11 +54177,21 @@ package also supersedes the package @code{BBmisc}.") (native-inputs ;; There are lots of inputs the importer adds that we don't need. (list r-bbotk + r-bestnormalize + r-dimred + r-fastica + r-future + r-kernlab r-knitr + r-mlr3filters r-mlr3learners + r-quanteda r-rmarkdown r-rpart - r-testthat)) + r-smotefamily + r-testthat + r-themis + r-vtreat)) (home-page "https://mlr3pipelines.mlr-org.com/") (synopsis "Preprocessing Operators and Pipelines for @code{mlr3}") (description "@code{mlr3pipelines} enriches @code{mlr3} with a diverse |
