R Under development (unstable) (2026-02-10 r89394 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(rbi) Attaching package: 'rbi' The following objects are masked from 'package:stats': filter, optimise, predict, simulate, update The following object is masked from 'package:utils': fix The following object is masked from 'package:base': sample > > test_check("rbi") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 148 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-libbi.r:78:3', 'test-libbi.r:83:3', 'test-libbi.r:143:3', 'test-libbi.r:148:3', 'test-libbi.r:153:3', 'test-libbi.r:170:3', 'test-libbi.r:208:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 148 ] > > proc.time() user system elapsed 2.60 0.29 2.87