Skip to content

CRAN release 1.3.0 2016-08-07

Compare
Choose a tag to compare
@christophsax christophsax released this 06 Aug 20:58

new features

  • udg(): utility function to extract type converted udg statistics
    e.g., M quality statistics of X-11
  • summary() can be customized, e.g, to include M quality statistics
  • methods for R generics: AIC(), BIC(), nobs(), logLik()

deprecated

  • non-html binaries: startup message to announce drop of support
  • arimamodel(): use the more general 'udg(x, "x13mdl")'

under the hood

  • statistics used by other functions (e.g., summary) are imported by udg()
  • 'lks' output of X-13 is not used and produced anymore, as the content can be
    accessed by udg()

documentation

  • updated documentation to include udg()
  • various minor adjustments

bug fixes

  • estimate.armacmatrix can now be imported
    (#160)
  • minor fixes in inspect()
    (#162)
  • range outliers (e.g. TL) show up in plot.seas() with start date, rather
    than causing an error.
    (#163)