R version 4.5.0 beta (2025-04-02 r88102 ucrt) -- "How About a Twenty-Six" 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(SimBIID) > > test_check("SimBIID") Final run time = 0 secs Generation 1, accrate = 0.21, time = 0.03 secs Generation 2, accrate = 0.035, time = 1.3 secs Final run time = 1.3 secs Number of iterations: 5000 Number of particles: 75 Mixing proportion for proposal: 0.05 Start adaptive proposal at iteration: 100 Number of parameters: 3 Priors: beta ~ U(lower = 0, upper = 5) gamma ~ U(lower = 0, upper = 5) gamma1 ~ U(lower = 0, upper = 5) Number of classes: 4 Initial states: state[0] = 762 state[1] = 1 state[2] = 0 state[3] = 0 Initialising system... Initialisation complete! Initial parameter values: beta = 3.54364 gamma = 2.1883 gamma1 = 1.00002 Starting runs... i = 1000 acc = 0.37 time = 2.51 secs i = 2000 acc = 0.25 time = 2.31 secs i = 3000 acc = 0.27 time = 2.03 secs i = 4000 acc = 0.23 time = 2.14 secs i = 5000 acc = 0.21 time = 2.38 secs Final time = 11.37 secs [ FAIL 0 | WARN 0 | SKIP 4 | PASS 2 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-ABCRef.R:57:5', 'test-ABCSMC.R:86:5', 'test-PMCMC.R:58:5', 'test-run.R:35:5' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 2 ] > > proc.time() user system elapsed 14.20 0.46 36.00