Fixed {ggplot2} function namespace issue for using facet_calendar()
in packages.
This is a patch release for the changes in dplyr.
This is a patch release for the changes in tibble.
- Renamed dataset
pedestrian
tohourly_peds
to avoid conflict withtsibble::pedestrian
. (#18)
- Started to issue an warning when the deprecated argument
sunday
is present inframe_calendar()
. - Fixed week day labels in
prettify()
inconsistent with user-specifiedweek_start
. - Added
...
toframe_calendar()
S3 generic.
This is a patch release for the changes in tsibble.
This is a maintenance release.
facet_calendar()
now accepts calls in the argumentdate
. (#14)
This is a patch release for the changes in tsibble.
- Added a new faceting method
facet_calendar()
. - Added new argument
week_start
intoframe_calendar()
- Soft-deprecated
sunday
argument inframe_calendar()
and will start issuing warnings in the next release.
- Removed dependency on
tidyr
. - Improved default margin between monthly grids in
frame_calendar()
.
- Avoid strong dependency on
tsibble
&readr
.
- 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.
- 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.
- 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).
- dropped an internal function
wday2()
since the lubridate v1.7.1 added a new argumentweek_start
in thewday()
.
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
- 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()
andstat_acf()
functions to incorporate ACF/PACF plots into the grammar of graphics framework.