41 lines
849 B
Text
41 lines
849 B
Text
Type: Package
|
|
Package: visualizeR
|
|
Title: What a color! What a viz!
|
|
Version: 1.0
|
|
Authors@R:
|
|
person("Noblet", "Guillaume", , "gnoblet@zaclys.net", role = c("aut", "cre"))
|
|
Maintainer: Guillaume Noblet <gnoblet@zaclys.net>
|
|
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,
|
|
ggplot2,
|
|
ggrepel,
|
|
ggtext,
|
|
glue,
|
|
grDevices,
|
|
rlang (>= 0.4.11),
|
|
scales,
|
|
tidyr
|
|
Suggests:
|
|
covr,
|
|
knitr,
|
|
rio,
|
|
rmarkdown,
|
|
roxygen2,
|
|
testthat (>= 3.0.0),
|
|
vdiffr,
|
|
withr
|
|
VignetteBuilder:
|
|
knitr
|
|
Config/testthat/edition: 3
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
RoxygenNote: 7.3.2
|