R Under development (unstable) (2026-08-17 r90424 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(bayesqm) > > test_check("bayesqm") 1 of 2 participants do not match the forced distribution (columns: 2). grid labels 1..4 recoded onto categories 1..3 (a monotone relabeling; the sorts are unchanged) [ FAIL 0 | WARN 3 | SKIP 4 | PASS 475 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-checks-ladder.R:50:3', 'test-checks-ladder.R:69:3', 'test-checks-ladder.R:99:3', 'test-checks-ladder.R:115:3' [ FAIL 0 | WARN 3 | SKIP 4 | PASS 475 ] > > proc.time() user system elapsed 91.20 1.17 92.35