New version and imports correction

This commit is contained in:
gnoblet 2022-11-20 19:05:53 -04:00
parent cb9a8bfcac
commit 7c21338ec9
2 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Package: visualizeR Package: visualizeR
Type: Package Type: Package
Title: What a color! What a viz! Title: What a color! What a viz!
Version: 0.1.7.9000 Version: 0.2.9000
Authors@R: c( Authors@R: c(
person( person(
'Noblet', 'Guillaume', 'Noblet', 'Guillaume',
@ -24,6 +24,6 @@ Imports:
grDevices, grDevices,
glue, glue,
scales, scales,
ggblanket >= 1.5.0 ggblanket (>= 1.5.0)
Suggests: knitr, sf Suggests: knitr, sf
VignetteBuilder: knitr VignetteBuilder: knitr

View file

@ -1,3 +1,11 @@
# visualizeR 0.2.9000
* Breaking changes: almost all functions got refinements, and there are new functions, typically `hbar()` becomes `bar_reach()` and `point_reach()` is added.
* Following `theme_reach()` is now used by all plotting functions.
* Add README.md.
---
# visualizeR 0.1.7.9000 # visualizeR 0.1.7.9000
* Fixed some color palettes. * Fixed some color palettes.