R Under development (unstable) (2025-12-15 r89175 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(mixAR) > > options(useFancyQuotes = FALSE) > test_check("mixAR") sigma = 5.505965 5.911653 6.988254 sigma = 5.505976 5.911649 6.988241 sigma = 5.505965 5.911592 6.988076 [ FAIL 0 | WARN 0 | SKIP 8 | PASS 340 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • !covr::in_covr() is TRUE (1): 'test-mixARreg.R:29:5' • empty test (7): 'test-dist.R:1:1', 'test-fit_mixAR.R:4:1', 'test-mixARnoise_sim.R:1:1', 'test-mixARsim.R:3:1', 'test-mixComp.R:1:1', 'test-predict.R:52:1', 'test-unswitch.R:1:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 340 ] > > proc.time() user system elapsed 34.85 1.15 36.01