From 3e7dcfb27ea288a9c0928518cbe77c10e77097e7 Mon Sep 17 00:00:00 2001 From: gnoblet Date: Wed, 2 Jul 2025 11:57:31 +0200 Subject: [PATCH] Reformat DESCRIPTION and update package metadata --- DESCRIPTION | 72 ++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fd02013..f0d7892 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,44 +1,44 @@ -Package: visualizeR Type: Package +Package: visualizeR Title: What a color! What a viz! Version: 1.0 -Authors@R: c( - person( - 'Noblet', 'Guillaume', - email = 'gnoblet@zaclys.net', - role = c('aut', 'cre') - ) - ) -URL: https://github.com/gnoblet/visualizeR, - https://gnoblet.github.io/visualizeR/ +Authors@R: + person("Noblet", "Guillaume", , "gnoblet@zaclys.net", role = c("aut", "cre")) Maintainer: Guillaume Noblet -Description: It basically provides colors as hex codes, color palettes, and some viz functions (graphs and maps). -Depends: R (>= 4.1.0) +Description: It basically provides colors as hex codes, color palettes, + and some viz functions (graphs and maps). License: GPL (>= 3) +URL: https://github.com/gnoblet/visualizeR, + https://gnoblet.github.io/visualizeR/ +Depends: + R (>= 4.1.0) +Imports: + checkmate, + dplyr, + forcats, + ggalluvial, + ggplot2, + ggrepel, + ggtext, + glue, + grDevices, + rlang (>= 0.4.11), + scales, + stringr, + tidyr, + viridisLite, + waffle +Suggests: + knitr, + rio, + rmarkdown, + roxygen2, + testthat (>= 3.0.0), + vdiffr, + mockery +VignetteBuilder: + knitr +Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 -Imports: - ggplot2, - rlang (>= 0.4.11), - grDevices, - glue, - scales, - ggtext, - ggrepel, - tidyr, - dplyr, - ggalluvial, - viridisLite, - waffle, - stringr, - checkmate -Suggests: - knitr, - rmarkdown, - roxygen2, - rio, - testthat (>= 3.0.0), - vdiffr -VignetteBuilder: knitr -Config/testthat/edition: 3