Skip to content

Releases: earowang/sugrrants

sugrrants 0.2.0

28 Oct 06:26
Compare
Choose a tag to compare
  • 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.

sugrrants 0.1.6

19 Oct 09:36
Compare
Choose a tag to compare
  • Removed dependency on tidyr.
  • Improved default margin between monthly grids in frame_calendar().

sugrrants 0.1.5

19 Aug 15:49
Compare
Choose a tag to compare
  • Avoid strong dependency on tsibble & readr.

sugrrants V0.1.4

26 Jul 08:44
Compare
Choose a tag to compare
  • 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 v0.1.3

07 Jul 10:12
Compare
Choose a tag to compare
  • 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 v0.1.2

05 Jun 05:22
Compare
Choose a tag to compare
  • 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).

Point release of minor changes on `frame_calendar()`

12 Nov 00:02
Compare
Choose a tag to compare

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").

Initial release on CRAN

28 Jul 09:09
Compare
Choose a tag to compare

This is initial release on CRAN.

Release v0.0.1 on Github

27 Jun 07:34
Compare
Choose a tag to compare

Added the frame_calendar() function and its vignette.