R Under development (unstable) (2026-02-28 r89504 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 50 | PASS 50 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • test model not available (50): 'test-basic.R:105:5', 'test-basic.R:122:5', 'test-basic.R:135:5', 'test-basic.R:151:5', 'test-basic.R:160:5', 'test-basic.R:174:5', 'test-basic.R:189:5', 'test-basic.R:196:5', 'test-basic.R:214:5', 'test-basic.R:219:5', 'test-basic.R:227:5', 'test-basic.R:236:5', 'test-basic.R:247:5', 'test-basic.R:265:5', 'test-basic.R:274:5', 'test-basic.R:286:5', 'test-basic.R:295:5', 'test-basic.R:305:5', 'test-basic.R:315:5', 'test-basic.R:328:5', 'test-basic.R:338:5', 'test-basic.R:359:5', 'test-basic.R:374:5', 'test-basic.R:381:5', 'test-basic.R:389:5', 'test-basic.R:396:5', 'test-basic.R:405:5', 'test-basic.R:417:5', 'test-basic.R:437:5', 'test-basic.R:446:5', 'test-basic.R:464:5', 'test-basic.R:475:5', 'test-basic.R:492:5', 'test-basic.R:514:5', 'test-basic.R:526:5', 'test-basic.R:538:5', 'test-basic.R:555:5', 'test-basic.R:606:5', 'test-basic.R:626:5', 'test-basic.R:641:5', 'test-basic.R:658:5', 'test-basic.R:670:5', 'test-basic.R:677:5', 'test-basic.R:689:5', 'test-basic.R:700:5', 'test-basic.R:709:5', 'test-basic.R:719:5', 'test-basic.R:734:5', 'test-basic.R:742:5', 'test-basic.R:756:5' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 50 ] > > proc.time() user system elapsed 1.73 0.20 1.92