Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Aug 6, 2021
1 parent fd5e42b commit 2f49d18
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 51 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authors@R:
comment = c(ORCID = "0000-0002-3868-7501")),
person("Statistics New Zealand",
role = c("cph")))
Description: Wrapper functions to make 'ggplot2' visualisation easier with less brainpower required.
Description: Wrapper functions to make 'ggplot2' and 'leaflet' visualisation easier with less brainpower required.
License: MIT + file LICENSE
URL: https://statisticsnz.github.io/simplevis/, https://github.com/statisticsnz/simplevis/
BugReports: https://github.com/statisticsNZ/simplevis/issues/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### Purpose

`simplevis` is a package of `ggplot2` wrapper functions that aims to make visualisation easier with less brainpower required.
`simplevis` is a package of `ggplot2` and `leaflet` wrapper functions that aims to make visualisation easier with less brainpower required.

### Installation

Expand Down
Binary file modified docs/articles/colour_files/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/colour_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/colour_files/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions docs/articles/ggplotly.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/articles/leaflet.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/articles/simplevis.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ articles:
shiny: shiny.html
simplevis: simplevis.html
titles: titles.html
last_built: 2021-08-06T02:37Z
last_built: 2021-08-06T02:57Z

8 changes: 2 additions & 6 deletions docs/reference/gg_bar.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/simplevis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library(ggplot2)

### Purpose

`simplevis` is a package of `ggplot2` wrapper functions that aims to make visualisation easier with less brainpower required.
`simplevis` is a package of `ggplot2` and `leaflet` wrapper functions that aims to make visualisation easier with less brainpower required.

### Visualisation family types

Expand Down

0 comments on commit 2f49d18

Please sign in to comment.