all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <70827@debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#70827] [PATCH 9/9] gnu: Add r-mlr3verse.
Date: Wed, 8 May 2024 03:02:52 +0200	[thread overview]
Message-ID: <d4c5a2bd77f3baf068ee0e5e952bcc49228a16ed.1715130172.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <b63173056e8d0cee3560f18f95d1ee7ad3edeccb.1715130172.git.madalinionel.patrascu@mdc-berlin.de>

* 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





  parent reply	other threads:[~2024-05-08  1:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07 23:50 [bug#70827] [PATCH] gnu: Add r-mlr3cluster r-mlr3data r-mlr3filters r-mlr3fselect r-mlr3hyperband r-mlr3mbo, r-mlr3tuningspaces r-mlr3viz and r-mlr3verse Mădălin Ionel Patrașcu
2024-05-08  1:02 ` [bug#70827] [PATCH 1/9] gnu: Add r-mlr3cluster Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 2/9] gnu: Add r-mlr3data Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 3/9] gnu: Add r-mlr3filters Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 4/9] gnu: Add r-mlr3fselect Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 5/9] gnu: Add r-mlr3hyperband Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 6/9] gnu: Add r-mlr3mbo Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 7/9] gnu: Add r-mlr3tuningspaces Mădălin Ionel Patrașcu
2024-05-08  1:02   ` [bug#70827] [PATCH 8/9] gnu: Add r-mlr3viz Mădălin Ionel Patrașcu
2024-05-08  1:02   ` Mădălin Ionel Patrașcu [this message]
2024-05-08 13:30   ` bug#70827: [PATCH 1/9] gnu: Add r-mlr3cluster Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d4c5a2bd77f3baf068ee0e5e952bcc49228a16ed.1715130172.git.madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=70827@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.