visualizeR/DESCRIPTION
2025-01-19 20:06:31 +01:00

42 lines
891 B
Text

Package: visualizeR
Type: Package
Title: What a color! What a viz!
Version: 0.8.9000
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/
Maintainer: Guillaume Noblet <gnoblet@zaclys.net>
Description: It basically provides colors as hex codes, color palettes, and some viz functions (graphs and maps).
Depends: R (>= 4.1.0)
License: GPL (>= 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,
data.table
Suggests:
knitr,
roxygen2,
sf,
tmap
VignetteBuilder: knitr