R Under development (unstable) (2025-09-23 r88869 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. > Sys.setenv("OMP_NUM_THREADS" = 2) > > library("testthat") > test_check("bssm") Loading required package: bssm Attaching package: 'bssm' The following object is masked from 'package:base': gamma Starting IS-correction phase with 2 thread(s). [ FAIL 0 | WARN 3 | SKIP 10 | PASS 926 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test_approx.R:164:3', 'test_ekpf.R:6:3', 'test_ekpf.R:45:3', 'test_mcmc.R:10:3', 'test_mcmc.R:40:3', 'test_mcmc.R:69:3', 'test_mcmc.R:454:3', 'test_post_correct.R:61:4', 'test_predict.R:208:3', 'test_sde.R:5:3' [ FAIL 0 | WARN 3 | SKIP 10 | PASS 926 ] > > proc.time() user system elapsed 34.67 1.14 35.84