From fc9fa610d89e65b6ab967b55f77dcead33b10fcd Mon Sep 17 00:00:00 2001 From: be-marc Date: Mon, 1 Jul 2024 10:42:07 +0200 Subject: [PATCH] chore: tidy description --- DESCRIPTION | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 52fce2f3..184e67db 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,13 +2,13 @@ Package: mlr3viz Title: Visualizations for 'mlr3' Version: 0.9.0 Authors@R: c( - person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"), + person("Michel", "Lang", , "michellang@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")), person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-0748-6624")), person("Raphael", "Sonabend", , "raphael.sonabend.15@ucl.ac.uk", role = "aut", comment = c(ORCID = "0000-0001-9225-4654")), - person("Marc", "Becker", , "marcbecker@posteo.de", role = "aut", + person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-8115-0400")), person("Jakob", "Richter", , "jakob1richter@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-4481-5554")), @@ -16,12 +16,12 @@ Authors@R: c( person("John", "Zobolas", , "bblodfon@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-3609-8674")) ) -Description: Visualization package of the 'mlr3' ecosystem. It features plots - for mlr3 objects such as tasks, learners, predictions, benchmark results, - tuning instances and filters via the 'autoplot()' generic of 'ggplot2'. - The package draws plots with the 'viridis' color palette and applies the - minimal theme. Visualizations include barplots, boxplots, histograms, ROC - curves, and Precision-Recall curves. +Description: Visualization package of the 'mlr3' ecosystem. It features + plots for mlr3 objects such as tasks, learners, predictions, benchmark + results, tuning instances and filters via the 'autoplot()' generic of + 'ggplot2'. The 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: LGPL-3 URL: https://mlr3viz.mlr-org.com, https://github.com/mlr-org/mlr3viz BugReports: https://github.com/mlr-org/mlr3viz/issues @@ -48,9 +48,9 @@ Suggests: mlr3 (>= 0.6.0), mlr3cluster, mlr3filters, + mlr3fselect (>= 1.0.0), mlr3learners, mlr3tuning (>= 1.0.0), - mlr3fselect (>= 1.0.0), paradox, partykit, patchwork (>= 1.1.1),