R Under development (unstable) (2026-08-24 r90445 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(bbqr) > > test_check("bbqr") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 541 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-continuous.R:16:3', 'test-continuous.R:33:3', 'test-continuous.R:53:3', 'test-continuous.R:70:3', 'test-continuous.R:79:3', 'test-continuous.R:118:3', 'test-continuous.R:145:3', 'test-continuous.R:164:3', 'test-continuous.R:177:3', 'test-continuous.R:198:3', 'test-continuous.R:206:3', 'test-geweke-continuous.R:131:3', 'test-geweke-continuous.R:136:3', 'test-geweke-continuous.R:142:3', 'test-geweke-continuous.R:147:3', 'test-geweke-continuous.R:153:3', 'test-geweke-joint.R:90:3', 'test-geweke-joint.R:99:3', 'test-geweke-joint.R:107:3', 'test-model-versions.R:227:3', 'test-model-versions.R:318:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 541 ] > > proc.time() user system elapsed 15.15 1.50 16.78