Move from simplevis to successor ggblanket

This commit is contained in:
gnoblet 2022-07-10 11:17:17 -04:00
parent 15ab2819c7
commit c8fdf41521
32 changed files with 227 additions and 446 deletions

View file

@ -1,23 +1,29 @@
Package: visualizeR
Type: Package
Title: What a color! What a viz!
Version: 0.1.4.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.2.0
Imports: ggplot2, rlang, grDevices, simplevis, glue, scales
Suggests: knitr, sf
VignetteBuilder: knitr
Package: visualizeR
Type: Package
Title: What a color! What a viz!
Version: 0.1.5.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.2.0
Imports:
ggplot2,
rlang,
grDevices,
glue,
scales,
ggblanket
Suggests: knitr, sf
VignetteBuilder: knitr