diff --git a/DESCRIPTION b/DESCRIPTION index 4ec3522..673cc87 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sgplot Title: Graphic Styles and Colours for Scottish Government Plots -Version: 0.2.0 +Version: 0.2.1 Authors@R: c( person("Scottish Government", , , "statistics.enquiries@gov.scot", role = c("cph", "fnd")), person("Alice", "Byers", , "alice.byers@gov.scot", c("aut", "cre")) diff --git a/NEWS.md b/NEWS.md index 5c31126..89ed7fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,23 @@ +# sgplot 0.2.1 + +* Fix issue where `scale_` functions didn't work without the package being loaded (#26) + +* Add [examples of using non-default colour palettes](https://datasciencescotland.github.io/sgplot/articles/cookbook.html#using-different-colour-palettes) (#24) + +* Add link to `theme_sg()` in `use_sgplot()` help file + # sgplot 0.2.0 * Add [Scottish Government Design System colour palettes](https://designsystem.gov.scot/guidance/charts/data-visualisation-colour-palettes) + * Reduce `base_line_size` in `theme_sg()` + * Remove default dark blue outline from `geom_col` and `geom_bar` when using `use_sgplot()`. # sgplot 0.1.0 * First package release + * Add functions to create accessible plots using `ggplot2` + * Add pkgdown site (https://datasciencescotland.github.io/sgplot) including [cookbook](https://datasciencescotland.github.io/sgplot/articles/cookbook.html)