CRAN v8.16
robjhyndman
released this
10 Jan 04:38
·
0 commits
to d013c0b225d10fba4a38a123158428e2764ef2d8
since this release
- Fixed
tslm()
incorrectly applying Box-Cox transformations when anmts
is provided to thedata
argument (#886). - Set D=0 when auto.arima applied to series with 2m observations or fewer.
- Improved performance of parallel search of ARIMA models (jonlachmann, #891).
- Fixed scoping of functions used in
ggAcf()
(#896). - Fixed checks on xreg in
simulate.Arima()
(#818) - Improved docs and bug fixes.