New version and imports correction
This commit is contained in:
parent
cb9a8bfcac
commit
7c21338ec9
2 changed files with 10 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Package: visualizeR
|
||||
Type: Package
|
||||
Title: What a color! What a viz!
|
||||
Version: 0.1.7.9000
|
||||
Version: 0.2.9000
|
||||
Authors@R: c(
|
||||
person(
|
||||
'Noblet', 'Guillaume',
|
||||
|
|
@ -24,6 +24,6 @@ Imports:
|
|||
grDevices,
|
||||
glue,
|
||||
scales,
|
||||
ggblanket >= 1.5.0
|
||||
ggblanket (>= 1.5.0)
|
||||
Suggests: knitr, sf
|
||||
VignetteBuilder: knitr
|
||||
|
|
|
|||
8
NEWS.md
8
NEWS.md
|
|
@ -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
|
||||
|
||||
* Fixed some color palettes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue