From 8cd98a09a8e4f10794cd16c9aa5fa6d441212370 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 9 May 2025 15:00:30 +0200 Subject: [PATCH] gnu: r-mlr3pipelines: Update to 0.7.2. * gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.7.2. [properties]: Update updater-extra-native-inputs. Change-Id: I2226a275eb5622ace7bf24668d28ebe992482284 --- gnu/packages/cran.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c5088516ff53f67cc069ed42c0046a782866a2c4..189f4c25d0bb62b6c08cb3f13e9e3de8c9f2ab82 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -50133,16 +50133,16 @@ package also supersedes the package @code{BBmisc}.") (define-public r-mlr3pipelines (package (name "r-mlr3pipelines") - (version "0.7.1") + (version "0.7.2") (source (origin (method url-fetch) (uri (cran-uri "mlr3pipelines" version)) (sha256 (base32 - "0h089ip9vqjdq9dps5ihwdwiaik8ricm2cj86shm8195ad1wnlyx")))) + "0144sqwddd1484209fcqx5mpj2xx9xnr2vgmhhlnijqajz5riydd")))) (properties '((updater-extra-native-inputs - . ("r-bbotk" "r-gensa" "r-mlr3learners" "r-rpart")))) + . ("r-bbotk" "r-gensa" "r-rpart")))) (build-system r-build-system) (propagated-inputs (list r-backports @@ -50156,6 +50156,7 @@ package also supersedes the package @code{BBmisc}.") r-r6 r-withr)) (native-inputs + ;; There are lots of inputs the importer adds that we don't need. (list r-bbotk r-gensa r-knitr r-mlr3learners r-rpart r-testthat)) (home-page "https://mlr3pipelines.mlr-org.com/") (synopsis "Preprocessing Operators and Pipelines for @code{mlr3}")