sugrrants 0.2.8 Unreleased

Fixed {ggplot2} function namespace issue for using facet_calendar() in packages.

sugrrants 0.2.7 2020-04-18

This is a patch release for the changes in dplyr.

sugrrants 0.2.6 2020-03-10

This is a patch release for the changes in tibble.

sugrrants 0.2.5 2020-02-21

sugrrants 0.2.4 2019-04-06

  • Started to issue an warning when the deprecated argument sunday is present in frame_calendar().
  • Fixed week day labels in prettify() inconsistent with user-specified week_start.
  • Added ... to frame_calendar() S3 generic.

sugrrants 0.2.3 2019-02-21

This is a patch release for the changes in tsibble.

sugrrants 0.2.2 2019-02-02

This is a maintenance release.

sugrrants 0.2.1 2018-11-28

This is a patch release for the changes in tsibble.

sugrrants 0.2.0 2018-10-28

sugrrants 0.1.6 2018-10-19

  • Removed dependency on tidyr.
  • Improved default margin between monthly grids in frame_calendar().

sugrrants 0.1.5 2018-08-19

  • Avoid strong dependency on tsibble & readr.

sugrrants 0.1.4 2018-07-26

  • Retired au_holiday(), since tsibble offers a complete version in holiday_aus().
  • Made prettify() S3 generic, and added support for plotly object. (#9)
  • Removed purrr dependency.
  • Added plotly as Suggests.

sugrrants 0.1.3 2018-07-07

  • Deprecated au_holiday(), as a complete function holiday_aus() is available in the tsibble package.
  • Fixed grouped_df issue to be compatible with ggplot2 v3.0.0.

sugrrants 0.1.2 2018-06-05

  • Added a new argument margin = NULL to allow users for margin adjustment between month panels.
  • Fixed variable scoping issues in frame_calendar().
  • frame_calendar() added support to tsibble or tbl_ts.
  • Added tsibble as Imports.
  • Improved frame_calendar() in conjunction with group_by() for incomplete time series (#3).
  • Fixed y axis limits only depending on the first variable when using multiple variables (#5).

sugrrants 0.1.1 2017-11-11

Dropped functions

  • dropped an internal function wday2() since the lubridate v1.7.1 added a new argument week_start in the wday().

Improvement

  • frame_calendar(): arguments x and y support factor and hms class.
  • Added a note on AFL holiday for the documentation of au_holiday(state = "VIC").

sugrrants 0.1.0 2017-07-28

  • Initial release
  • Added a NEWS.md file to track changes to the package.
  • Added the frame_calendar() function to compute calendar grids for visual representation of temporal data, coupled with a vignette.
  • Added the geom_acf() and stat_acf() functions to incorporate ACF/PACF plots into the grammar of graphics framework.