Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Nov 10, 2023
1 parent ee155df commit 965e965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggblanket
Title: Simplify 'ggplot2' Visualisation
Version: 5.1.9000
Version: 5.2.0
Authors@R: c(
person("David", "Hodge", email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3868-7501")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggblanket 5.1.9000
# ggblanket 5.2.0

* Updated colours: `#357BA2` or `mako[9](5)` where no col aesthetic, `guardian` where discrete and 4 or less colours, scales:hue_pal for 5 or more colours, `viridis::mako` reversed for continuous, and `"grey"` for NA.
* Breaking: removed all `pal_*` functions.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/4_extensions-Rmd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ penguins2 |>
ggnewscale::new_scale_colour() +
geom_point(aes(x = flipper_length_mm, y = body_mass_g, colour = species),
data = penguins2 |> filter(species != "Gentoo")) +
scale_color_manual(values = guardian()[c(4,2)]) +
scale_color_manual(values = guardian()[c(3,2)]) +
labs(colour = "Species")
```

Expand Down

0 comments on commit 965e965

Please sign in to comment.