-
use_sgplot()gains aquietlyargument to allow messages to be suppressed (#67). -
na_colourarguments are deprecated inscale_fill_continuous_sg()/scale_colour_continuous_sg()in favour of new argument,na.value(#73). -
Fixed bug where
use_sgplot()could not handle passing multiple arguments of different types totheme_sg()(#63). -
Vignettes are converted to articles. Vignettes are now not available to view locally and only via the pkgdown site (#66).
-
use_sgplot()gains apalette_typeargument to set default palette type for geoms. The default value is "sg" to use Scottish Government colour palettes. To use the Social Security Scotland palette type, for example, use:use_sgplot(palette_type = "sss")(#34). -
The
default_colourargument ofuse_sgplot()is deprecated in favour of thepalette_typeargument (#34).
-
Add Social Security Scotland colours (
sss_colour_values) and palettes (sss_colour_palettes). -
Fix bug in
use_sgplot()when passing arguments totheme_sg().
-
Fix links to contributing guidance in vignettes.
-
Update required
roxygenversion.
-
Fix issue where
scale_functions didn't work without the package being loaded (#26). -
Add link to
theme_sg()inuse_sgplot()help file.
-
Reduce
base_line_sizeintheme_sg(). -
Remove default dark blue outline from
geom_colandgeom_barwhen usinguse_sgplot().
-
First package release.
-
Add functions to create accessible plots using
ggplot2. -
Add pkgdown site (https://ScotGovAnalysis.github.io/sgplot) including cookbook.