CRAN release 1.3.0 2016-08-07
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