Changes in version 0.2.8 (2020-10-05) Fixed {ggplot2} function namespace issue for using facet_calendar() in packages. Changes in version 0.2.7 (2020-04-18) This is a patch release for the changes in dplyr. Changes in version 0.2.6 (2020-03-10) This is a patch release for the changes in tibble. Changes in version 0.2.5 (2020-02-21) - Renamed dataset pedestrian to hourly_peds to avoid conflict with tsibble::pedestrian. (#18) Changes in version 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. Changes in version 0.2.3 (2019-02-21) This is a patch release for the changes in tsibble. Changes in version 0.2.2 (2019-02-02) This is a maintenance release. - facet_calendar() now accepts calls in the argument date. (#14) Changes in version 0.2.1 (2018-11-28) This is a patch release for the changes in tsibble. Changes in version 0.2.0 (2018-10-28) - Added a new faceting method facet_calendar(). - Added new argument week_start into frame_calendar() - Soft-deprecated sunday argument in frame_calendar() and will start issuing warnings in the next release. Changes in version 0.1.6 (2018-10-19) - Removed dependency on tidyr. - Improved default margin between monthly grids in frame_calendar(). Changes in version 0.1.5 (2018-08-19) - Avoid strong dependency on tsibble & readr. Changes in version 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. Changes in version 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. Changes in version 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). Changes in version 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"). Changes in version 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.