Changelog
Source:NEWS.md
iNZightTS 2.0.0
CRAN release: 2024-01-17
This is a new package based off the original iNZightTS package. Versioning will continue, as the long-term plan is to merge these changes into the original package once it is fully deprecated.
- rebuild package with features from tidyverts
- new: sub-series plot
- enhanced: introduce key for multiple time series
- enhanced: changed the default behaviour of multiple variables in time series plots
- added readme with example usage (#56)
Previous versions of the original iNZightTS
package are listed here.
iNZightTS 1.5.9
CRAN release: 2022-01-31
- fix bug that occurs if data passed to
iNZightTS()
is a tibble
iNZightTS 1.5.8
CRAN release: 2021-05-21
- change arguments to avoid deprecation arguments with next ggplot2 release (#62)
iNZightTS 1.5.7
CRAN release: 2020-10-18
- print comparison plots so they are always shown in the graphics device
iNZightTS 1.5.4
- fix bug which meant passing
recompose = TRUE
to the plot method for decomposition objects was being ignored
iNZightTS 1.5.3
- fix small bug in detecting time information where
[
subset operator returns tibble/dataframe (not vector)
iNZightTS 1.5.2
CRAN release: 2020-05-12
- disable multiplicative series if any values are zero or lower
- add appropriate subtitle to trend panel of decomposition plot
- fix a bug preventing
iNZightTS
from accepting a validstats::ts
object - specify
stringsAsFactors = TRUE
for upcoming R 4.0.0 - fix documentation for CRAN
iNZightTS 1.5.1
Release date: 14 November 2019
- fix a bug in
seasonplot()
where a strange interaction between Windows’Cairo()
graphics device andegg::ggarrange()
was resulting in the graphs not being displayed
iNZightTS 1.5
Release date: 11 November 2019
- add argument to
plot()
functions to show smoother (default isTRUE
) - add UTF-8 encoding to DESCRIPTION file as requested by roxygen :)
- add ggplot2 version of season plot and decompose plot
- for compare plot with additive effects, make main and effects y-limits equally scaled
- fix bug where smoothing parameter wasn’t being passed to compare effects graph
iNZightTS 1.4.3
Release date: 2 September 2019
- automatically detect 5-day week data (as opposed to 7-day week)
iNZightTS 1.4.1
Release date: 29 May 2018
- add the seasonal lines for each cycle back into the separate-series comparison plot
iNZightTS 1.4
Release date: 23 January 2018
- ggplot2 is now being used for the (majority of) time series graphs
- various bugfixes
iNZightTS 1.2
Release date: 24 March 2017
- Main change is addition of smoothing parameter to plots
- Improved time variable detection, including weekly, daily, hourly data
- Better use of x- and y-axis labels
- Other minor bug fixes
iNZightTS 1.1.2
Release date: 4 April 2014
- y-axis label support now on all plots.
- Various bug fixes to accommodate multiplicative time series.