Skip to content

CRAN v8.16

Compare
Choose a tag to compare
@robjhyndman robjhyndman released this 10 Jan 04:38
· 0 commits to d013c0b225d10fba4a38a123158428e2764ef2d8 since this release
  • Fixed tslm() incorrectly applying Box-Cox transformations when an mts
    is provided to the data 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.