• Remove the internal fonts. The reasons for doing so are twofold.
    1. showtext::showtext_auto() rendered the fonts much too small to raster images.
    2. showtext::showtext_auto() converts the text to paths in vector formats instead of embedding the font and keep the text as is. This makes the files much heavier. It makes it hard to edit the files afterwards.
  • Upgrade to Roxygen 7.1.2
  • Removed colours from the oldest theme (in use until 2014).
  • Rename objects to match snake_case coding style.
  • Add theme_nara() and nara_palette().
  • Added a NEWS.md file to track changes to the package.