R Under development (unstable) (2026-02-14 r89420 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(llamaR) Loading required package: ggmlR > > test_check("llamaR") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 35 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • test model not available (31): 'test-basic.R:93:5', 'test-basic.R:106:5', 'test-basic.R:122:5', 'test-basic.R:131:5', 'test-basic.R:145:5', 'test-basic.R:160:5', 'test-basic.R:167:5', 'test-basic.R:185:5', 'test-basic.R:190:5', 'test-basic.R:198:5', 'test-basic.R:207:5', 'test-basic.R:218:5', 'test-basic.R:236:5', 'test-basic.R:245:5', 'test-basic.R:257:5', 'test-basic.R:266:5', 'test-basic.R:276:5', 'test-basic.R:286:5', 'test-basic.R:299:5', 'test-basic.R:313:5', 'test-basic.R:328:5', 'test-basic.R:335:5', 'test-basic.R:343:5', 'test-basic.R:350:5', 'test-basic.R:359:5', 'test-basic.R:371:5', 'test-basic.R:391:5', 'test-basic.R:400:5', 'test-basic.R:418:5', 'test-basic.R:429:5', 'test-basic.R:446:5' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 35 ] > > proc.time() user system elapsed 2.14 0.32 2.46