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 8/9] gnu: Add r-mlr3viz.
Date: Wed, 8 May 2024 03:02:51 +0200	[thread overview]
Message-ID: <23421585e25455a72fb83e2e48bdbbed1efda140.1715130172.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <b63173056e8d0cee3560f18f95d1ee7ad3edeccb.1715130172.git.madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-mlr3viz): New variable.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6fcf0eb10d..74c741d754 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38059,6 +38059,34 @@ (define-public r-mlr3tuningspaces
 work for a wide range of data sets.")
     (license license:lgpl3)))
 
+(define-public r-mlr3viz
+  (package
+    (name "r-mlr3viz")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mlr3viz" version))
+       (sha256
+        (base32 "1m2f54yqhk1bd4c30vd1z509yblz6y4i8qkwhg73aa1sflnsycvf"))))
+    (properties `((upstream-name . "mlr3viz")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-checkmate
+                             r-data-table
+                             r-ggplot2
+                             r-mlr3misc
+                             r-scales
+                             r-viridis))
+    (home-page "https://mlr3viz.mlr-org.com")
+    (synopsis "Visualizations for mlr3")
+    (description
+     "This package offers features plots for mlr3 objects such as tasks, learners,
+predictions, benchmark results, tuning instances and filters via the
+@code{autoplot()} generic of ggplot2.  The mlr3viz package draws plots with
+the viridis color palette and applies the minimal theme.  Visualizations include
+barplots, boxplots, histograms, ROC curves, and precision-recall curves.")
+    (license license:lgpl3)))
+
 (define-public r-paradox
   (package
     (name "r-paradox")
-- 
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   ` Mădălin Ionel Patrașcu [this message]
2024-05-08  1:02   ` [bug#70827] [PATCH 9/9] gnu: Add r-mlr3verse Mădălin Ionel Patrașcu
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=23421585e25455a72fb83e2e48bdbbed1efda140.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.