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.
- fix bug that occurs if data passed to
iNZightTS()
is a tibble
- change arguments to avoid deprecation arguments with next ggplot2 release (#62)
- print comparison plots so they are always shown in the graphics device
- add colour legend to subtitle of decomposition plot
- fix bug preventing basic plots from working for annual data
- fix bug which meant passing
recompose = TRUE
to the plot method for decomposition objects was being ignored
- fix small bug in detecting time information where
[
subset operator returns tibble/dataframe (not vector)
- 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 valid stats::ts
object
- specify
stringsAsFactors = TRUE
for upcoming R 4.0.0
- fix documentation for CRAN
Release date: 14 November 2019
- fix a bug in
seasonplot()
where a strange interaction between Windows’ Cairo()
graphics device and egg::ggarrange()
was resulting in the graphs not being displayed
Release date: 11 November 2019
- add argument to
plot()
functions to show smoother (default is TRUE
)
- 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
Release date: 2 September 2019
- automatically detect 5-day week data (as opposed to 7-day week)
Release date: 15 July 2019
- specify (time/horizontal) axes limits to view part of a time series (#16)
- use only part of a series to create model + forecast (#17)
- recode forecast plot using
ggplot2
Release date: 29 May 2018
- add the seasonal lines for each cycle back into the separate-series comparison plot
Release date: 23 January 2018
-
ggplot2 is now being used for the (majority of) time series graphs
- various bugfixes
Release date: 20 October 2017
- Modify missing-values error message
Release date: 02 October 2017
- Bug fixes and package improvements to pass CRAN checks
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
Release date: 23 September 2016
- catch errors trying to guess TS structure
Release date: 02 February 2015
- reposition the axis label
Release date: 12 January 2015
- fixed a missed function export for
compareplot
Release date: 17 September 2014
- added x label to additional plots
Release date: 4 April 2014
- y-axis label support now on all plots.
- Various bug fixes to accommodate multiplicative time series.
Release date: 27 March 2014
New functionality using proportion values to calculate x
, and calculated using order to control the x-axis.
Changed some graphical parameter settings to avoid over-writing objects with a “white” background.
Release date: 18 January 2014
- No user-visible changes to the package, however re-released with the launch of iNZight 2.0.