Releases: earowang/sugrrants
Releases · earowang/sugrrants
sugrrants 0.2.0
sugrrants 0.1.6
- Removed dependency on
tidyr
. - Improved default margin between monthly grids in
frame_calendar()
.
sugrrants 0.1.5
- Avoid strong dependency on
tsibble
&readr
.
sugrrants V0.1.4
- Retired
au_holiday()
, since tsibble offers a complete version inholiday_aus()
. - Made
prettify()
S3 generic, and added support for plotly object. (#9) - Removed purrr dependency.
- Added plotly as Suggests.
sugrrants v0.1.3
- Deprecated
au_holiday()
, as a complete functionholiday_aus()
is available in the tsibble package. - Fixed
grouped_df
issue to be compatible with ggplot2 v3.0.0.
sugrrants v0.1.2
- 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 ortbl_ts
.- Added tsibble as Imports.
- Improved
frame_calendar()
in conjunction withgroup_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()`
Dropped functions
- dropped an internal function
wday2()
since the lubridate v1.7.1 added a new argumentweek_start
in thewday()
.
Improvement
frame_calendar()
: argumentsx
andy
support factor and hms class.- Added a note on AFL holiday for the documentation of
au_holiday(state = "VIC")
.
Initial release on CRAN
This is initial release on CRAN.
Release v0.0.1 on Github
Added the frame_calendar()
function and its vignette.