Update documentation and check arg error in hbar*() functions
This commit is contained in:
parent
7d170d11ba
commit
4811f00b3f
40 changed files with 1057 additions and 51 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Package: visualizeR
|
||||
Type: Package
|
||||
Title: What a color! What a viz!
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1.9000
|
||||
Authors@R: c(
|
||||
person(
|
||||
'Noblet', 'Guillaume',
|
||||
|
|
@ -18,6 +18,6 @@ License: GPL (>= 3)
|
|||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
RoxygenNote: 7.1.2
|
||||
Imports: ggplot2, rlang, grDevices, simplevis
|
||||
Suggests: knitr
|
||||
Imports: ggplot2, rlang, grDevices, simplevis, glue, scales
|
||||
Suggests: knitr, sf
|
||||
VignetteBuilder: knitr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue