Skip to contents
INBOtheme 0.6.1
Update code to remove warning about deprecated arguments in ggplot2
.
inbo_palette()
only displays a warning message about the number of colours in an interactive session.
Add missing captions in the vignette.
Update the checklist
machinery.
INBOtheme 0.5.10
Remove the internal fonts. The reasons for doing so are twofold.
showtext::showtext_auto()
rendered the fonts much too small to raster images.
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
INBOtheme 0.5.7
Removed colours from the oldest theme (in use until 2014).
Rename objects to match snake_case coding style.
Add theme_nara()
and nara_palette()
.
INBOtheme 0.5.6
Added a NEWS.md
file to track changes to the package.