Changelog
Source:NEWS.md
mixAR 0.22.8.9000 (CRAN)
- fixed a typo in a
stop()string (fixes issue #1, reported by @beliavski).
mixAR 0.22.8 (CRAN)
CRAN release: 2023-12-19
fixed ‘Lost braces’ NOTE on CRAN.
fixed “Documented arguments not in in Rd file ‘mixAR-internal.Rd’:” NOTE on CRAN.
mixAR 0.22.7 (CRAN)
CRAN release: 2022-05-03
- fixed CRAN warning “
\itemin\describemust have non-empty label” in a couple of Rd files.
mixAR 0.22.6 (CRAN)
CRAN release: 2022-01-23
fit_mixARwas failing for some mixAR models with Gaussian components when the AR order of a component was zero. (reported by Lu Cao)improved printing of
mixARgenobjects.The function returned by the methods for
multiStep_distwithN = "missing"now checks the length of the suppliedxcondargument and throws error if it is shorter than the maximal AR orderp. If it is longer, the lastpvalues in it are used. This has always been the case whenNis not missing.new function
mix_qfcomputes conditional quantiles, analogous tomix_pdfandmix_cdf.numerous fixes and improvements.
mixAR 0.22.5 (CRAN)
CRAN release: 2021-01-04
- in tests, include
check.environment = FALSEin calls to expect_equal() to accommodate for a change inall.equal()inR-devel.
mixAR 0.22.4 (CRAN)
CRAN release: 2020-06-29
tsdiaghas been extensively revamped. It now is more user friendly and offers more diagnostics. The object returned by it has a class and a print method.tsdiagnow works also for models with non-Gaussian components.mixAR_BICnow takes into account estimated noise parameters, useful for non-Gaussian noise components.updated README.md.
relaxed some comparison tests raising “Additional issues” on CRAN.
mixAR 0.22.3 (CRAN)
CRAN release: 2020-06-22
there are now no commented out examples
now optimisation functions write to the console only when asked.
further reduced the time taken by
R CMD check, mainly by slashing the time for the examples.