guix-commits
[Top][All Lists]
Advanced

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

74/99: gnu: r-mlr3: Update to 0.11.0.


From: guix-commits
Subject: 74/99: gnu: r-mlr3: Update to 0.11.0.
Date: Tue, 9 Mar 2021 16:07:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9a9d470ae04acfd68c5d2f33ef633679c73cf6e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:41:38 2021 +0100

    gnu: r-mlr3: Update to 0.11.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.11.0.
    [propagated-inputs]: Add r-palmerpenguins and r-parallelly.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 349598f..becc25c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26760,13 +26760,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.10.0")
+    (version "0.11.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "1arqijbbmhv57mj8kyq30zxykah83ab1d1c7gs0cxs0xhfwln66g"))))
+                "0qh9vdac1als2123wf51bwa7spdqk33iydlawi5n5dpci892iahl"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-r6" ,r-r6)
@@ -26779,7 +26779,9 @@ implemented as @code{R6} classes.")
        ("r-mlbench" ,r-mlbench)
        ("r-mlr3measures" ,r-mlr3measures)
        ("r-mlr3misc" ,r-mlr3misc)
+       ("r-palmerpenguins" ,r-palmerpenguins)
        ("r-paradox" ,r-paradox)
+       ("r-parallelly" ,r-parallelly)
        ("r-uuid" ,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]