Skip to contents

doestyle 0.4.0

  • Include a copy of the Public Sans font family (1)
  • get_colours() now preserves the names of its arguments, making it easier to use for the values argument within ggplot2::scale_*_manual (1)
  • Use default on-brand colours when theme_doe() is applied without a colour or fill scale (1)
  • The included demo dataset, public_schools, now has column label metadata

doestyle 0.3.0

Added

  • Added Contributors’ Guide (1)
  • New geoms: geom_uperrorbar() and geom_downerrorbar() (@JonathanMcGuire)
  • New functions for generating secondary palettes for patterns and text: get_secondary_colours() and get_text_colours(). Secondary and text colours have been chosen to meet minimum accessibility standards for contrast.
  • New functions for computing relative luminance and contrast ratio: relative_luminance() and contrast_ratio(). These functions can be used to check that colour combinations meet accessibility standards. (1)

Fixes

doestyle 0.2.2

  • Include example dataset public_schools (1)

Fixes

  • Switch vignette renderer to knitr, to avoid package installation problems on some systems (1)

doestyle 0.2.1

doestyle 0.2.0

  • Added optional arguments to theme_doe() to allow specification of fonts other than Public Sans and base size other than 16 points (2).

doestyle 0.1.0

  • Initial release.