GNU bug report logs - #70827
[PATCH] gnu: Add r-mlr3cluster r-mlr3data r-mlr3filters r-mlr3fselect r-mlr3hyperband r-mlr3mbo, r-mlr3tuningspaces r-mlr3viz and r-mlr3verse.

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Tue, 7 May 2024 23:52:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <70827 <at> debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>
Subject: [bug#70827] [PATCH 9/9] gnu: Add r-mlr3verse.
Date: Wed, 8 May 2024 03:02:52 +0200
* gnu/packages/cran.scm (r-mlr3verse): New variable.

Change-Id: I52c01fffd13c72b599ae5bc9ff809daea11eaa59
---
 gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 74c741d754..a9db22589a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38059,6 +38059,42 @@ (define-public r-mlr3tuningspaces
 work for a wide range of data sets.")
     (license license:lgpl3)))
 
+(define-public r-mlr3verse
+  (package
+    (name "r-mlr3verse")
+    (version "0.2.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mlr3verse" version))
+       (sha256
+        (base32 "0ld4vch1qdq3gh8vhj38s2wz7acn5z7f8hxmnwnrq22g44gckd8s"))))
+    (properties `((upstream-name . "mlr3verse")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-bbotk
+                             r-data-table
+                             r-mlr3
+                             r-mlr3cluster
+                             r-mlr3data
+                             r-mlr3filters
+                             r-mlr3fselect
+                             r-mlr3hyperband
+                             r-mlr3learners
+                             r-mlr3mbo
+                             r-mlr3misc
+                             r-mlr3pipelines
+                             r-mlr3tuning
+                             r-mlr3tuningspaces
+                             r-mlr3viz
+                             r-paradox))
+    (home-page "https://mlr3verse.mlr-org.com")
+    (synopsis "Easily install and load of the mlr3 package family")
+    (description
+     "The mlr3 package family is a set of packages for machine-learning purposes
+built in a modular fashion.  This wrapper package is aimed to simplify the
+installation and loading of the core mlr3 packages.")
+    (license license:lgpl3)))
+
 (define-public r-mlr3viz
   (package
     (name "r-mlr3viz")
-- 
2.41.0





This bug report was last modified 1 year and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.