• Updated scale_color_gdocs and gdocs_pal to use current colors. Palette extended from 10 to 24 colors.
  • Updated tests to be compatible with ggplot 3.5.0 (#153)
  • Removed legend.title.align and legend.text.align from themes. (#153)
  • Deprecate circlefill_shape_pal and scale_shape_circlefill
  • Bugfix: Fix failing CRAN tests. Shape scales and palettes could fail if glyphs unavailable in graphics devices.
  • Bugfix: Add alias to ggthemes-package
  • Add quantreg to suggested packages
  • Fixing URLs for CRAN submission again.
  • Fixing URLs for CRAN submission.
  • Conditionally use the vdiffr package in tests so it complies with suggested package policy (#124)
  • Fix error in expect_equal functions (#123)
  • Fix errors in geom_tufteboxplot and stat_fivenumber due to missing imported objects from ggplot2 (#117, #121)
  • Fix text labels in top axis in theme_economist (#115)
  • Update documentation on geom_rangeframe; it should be used with coord_cartesian(clip="off"). (#120)
  • Fix bugs in geom_rangeframe and geom_tufteboxplot caused by failing to import alpha. (Thanks @flying-sheep, #110)
  • Added palettes and based on current versions of Excel: excel_pal_new(), scale_colour_excel_new(), and scale_fill_excel_new(). Excel ’97 based scales keep the same names.

  • Added theme_excel_new() which is based on the chart defaults of current versions of Excel.

  • Added Tableau 10 palettes and renamed old palettes in tableau_color_pal(), scale_color_tableau(), scale_fill_tableau(), and others. The continuous sequential and diverging palettes are improved by including more intermediate steps.

  • Updated theme_gdocs() to current look.

  • Updated scale_color_gdocs() and fill_color_gdocs() to current color.

  • Added scale_shapes_few() and few_shape_pal() with a shape scale and palette from Stephen Few’s “Show Me the Numbers”.

  • Removed stata argument from scale_*_economist() and theme_economist().

  • Changed the format of the ggthemes_data object.

  • Changed behavior of few_pal(). If n = 1, use gray. If n > 1 use non-gray colors.

  • Changed tremmel_shape_scale() to use alt = TRUE by default

  • Deprecated tremmel_shape_scale() argument n3alt. Use the alt argument instead.

  • Added a pkgdown site.

  • Removed vignette. Move all examples to man pages.

  • Bugfix: Fix theme_few() (#91)

  • Bugfix: Update themes to be consistent with ggplot>=3.2.0

  • Bugfix: In function bank_slopes(), remove methods ao, gor, and lor. These methods were not producing reliable results, and should not produce results much different than ms or as. If used, they will produce a warning, and ms will be used instead. (#68)
  • Bugfix: remove lintr tests that broke with new testthat.
  • Bugfix: Remove border around legends in theme_gdocs(). Thanks SandyMuspratt! Pull request #53.

  • Bugfix: Remove border around legends in theme_calc().

  • Bugfix: Add colour and fill values to theme_foundation(). This restores its behavior to version 2.2.1. Fixes Issue #56.

  • bugfix: use title case in package title; refer to ggplot2 in title
  • bugfix: fix non-escaped URLs in colorblind.R
  • bugfix: fix broken URL in few.R
  • bugfix: remove non-ascii characters in shapes.R
  • bugfix: use requireNamespace() instead of require()
  • New theme and scale based on Highcharts JS: scale_*_hc(), theme_hc(). Thanks jbkunst!
  • fix failures in R CMD check