guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/174: gnu: r-mlr3: Update to 0.16.1.


From: guix-commits
Subject: 17/174: gnu: r-mlr3: Update to 0.16.1.
Date: Tue, 11 Jul 2023 14:48:01 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit c7cf0d74dafb3745a5d8c1482f3f352a3bdb479a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 14:39:18 2023 +0200

    gnu: r-mlr3: Update to 0.16.1.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.16.1.
---
 gnu/packages/cran.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 872c3de102..faa4985e3d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35666,17 +35666,16 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.16.0")
+    (version "0.16.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "1nzj73qsbb02fcim9826zkxzzpar32pq2r0yfkis1nxaxky4cclr"))))
+                "09klavihc2j6wsd9m2ycppl2ir85z5cxlxl9h6ay9skacylk559n"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-r6
-           r-backports
+     (list r-backports
            r-checkmate
            r-data-table
            r-evaluate
@@ -35689,6 +35688,7 @@ implemented as @code{R6} classes.")
            r-palmerpenguins
            r-paradox
            r-parallelly
+           r-r6
            r-uuid))
     (home-page "https://mlr3.mlr-org.com/";)
     (synopsis "Machine Learning in R - Next Generation")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]