Reformat DESCRIPTION and update package metadata

This commit is contained in:
gnoblet 2025-07-02 11:57:31 +02:00
parent 3add388e25
commit 3e7dcfb27e

View file

@ -1,44 +1,44 @@
Package: visualizeR
Type: Package Type: Package
Package: visualizeR
Title: What a color! What a viz! Title: What a color! What a viz!
Version: 1.0 Version: 1.0
Authors@R: c( Authors@R:
person( person("Noblet", "Guillaume", , "gnoblet@zaclys.net", role = c("aut", "cre"))
'Noblet', 'Guillaume',
email = 'gnoblet@zaclys.net',
role = c('aut', 'cre')
)
)
URL: https://github.com/gnoblet/visualizeR,
https://gnoblet.github.io/visualizeR/
Maintainer: Guillaume Noblet <gnoblet@zaclys.net> Maintainer: Guillaume Noblet <gnoblet@zaclys.net>
Description: It basically provides colors as hex codes, color palettes, and some viz functions (graphs and maps). Description: It basically provides colors as hex codes, color palettes,
Depends: R (>= 4.1.0) and some viz functions (graphs and maps).
License: GPL (>= 3) 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 Encoding: UTF-8
LazyData: true LazyData: true
RoxygenNote: 7.3.2 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