guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 73b841cc4fa391bee2564f7376a298f44178f51c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:24 2026 +0100

    gnu: r-mlr3: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 1.3.0.
    [native-inputs]: Remove r-callr; add r-future-callr.
    
    Change-Id: I95c3b1e6fad8e9349a957104c705837ba6dbf146
---
 gnu/packages/cran.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6577fd82e9..31e181c1b6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -52705,13 +52705,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "1.2.0")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "122zjfr7w9mdghxnqh0w0gqh84ybk1pq6kkqw4p84c6ip8aq9bah"))))
+                "1hlkxn70a43fmpbq7j0dk4la69ln7c58rk2lhs29pmg6nf7qzxri"))))
     (properties
      '((updater-ignored-native-inputs . ("r-distr6"))))
     (build-system r-build-system)
@@ -52740,10 +52740,7 @@ implemented as @code{R6} classes.")
            r-parallelly
            r-r6
            r-uuid))
-    (native-inputs (list r-callr
-                         r-codetools
-                         r-progressr
-                         r-rpart
+    (native-inputs (list r-codetools r-future-callr r-progressr r-rpart
                          r-testthat))
     (home-page "https://mlr3.mlr-org.com/";)
     (synopsis "Machine Learning in R - Next Generation")

Reply via email to