Releases: iNZightVIT/iNZightTS
Releases · iNZightVIT/iNZightTS
2.0.0
iNZightTS 2.0.0
Large update with major refactoring of most/all plots and processes. Notably,
- 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)
- add option to seasonally adjust the series before plotting (default plot)
1.5.10
- fix a bug when rounding was resulting in slightly different subsets of original and smoothed data, casuing forecast plots to fail
- replace
aes_
withaes
as per new ggplot2 changes
1.5.9
- fix bug that occurs if data passed to
iNZightTS()
is a tibble
iNZightTS 1.5.7
- print comparison plots so they are always shown in the graphics device
iNZightTS 1.5.6
- add colour legend to subtitle of decomposition plot
iNZightTS 1.5.5
- fix bug preventing basic plots from working for annual data
iNZightTS 1.5.4
Merge pull request #51 from iNZightVIT/release/1.5.4 Release/1.5.4
iNZightTS 1.5.3
Merge pull request #49 from iNZightVIT/release/1.5.3 Release 1.5.3
iNZightTS 1.5.2
Merge pull request #46 from iNZightVIT/hotfix/cran Fix issues for CRAN submission