Reformat DESCRIPTION and update package metadata
This commit is contained in:
parent
3add388e25
commit
3e7dcfb27e
1 changed files with 36 additions and 36 deletions
72
DESCRIPTION
72
DESCRIPTION
|
|
@ -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',
|
Maintainer: Guillaume Noblet <gnoblet@zaclys.net>
|
||||||
email = 'gnoblet@zaclys.net',
|
Description: It basically provides colors as hex codes, color palettes,
|
||||||
role = c('aut', 'cre')
|
and some viz functions (graphs and maps).
|
||||||
)
|
License: GPL (>= 3)
|
||||||
)
|
|
||||||
URL: https://github.com/gnoblet/visualizeR,
|
URL: https://github.com/gnoblet/visualizeR,
|
||||||
https://gnoblet.github.io/visualizeR/
|
https://gnoblet.github.io/visualizeR/
|
||||||
Maintainer: Guillaume Noblet <gnoblet@zaclys.net>
|
Depends:
|
||||||
Description: It basically provides colors as hex codes, color palettes, and some viz functions (graphs and maps).
|
R (>= 4.1.0)
|
||||||
Depends: R (>= 4.1.0)
|
Imports:
|
||||||
License: GPL (>= 3)
|
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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue