R Under development (unstable) (2025-10-07 r88904 ucrt) -- "Unsuffered Consequences" 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(localLLM) > > test_check("localLLM") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 119 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • Extended tests not enabled (12): 'test-integration.R:5:3', 'test-integration.R:26:3', 'test-integration.R:40:3', 'test-integration.R:55:3', 'test-integration.R:65:3', 'test-integration.R:77:3', 'test-integration.R:87:3', 'test-integration.R:96:3', 'test-integration.R:110:3', 'test-integration.R:137:3', 'test-integration.R:153:3', 'test-integration.R:174:3' • Only run in CI environment (1): 'test-basic.R:39:3' • Skipping on Windows to avoid potential segfaults (1): 'test-basic.R:30:3' • Skipping: cannot mock base::.Call in testthat 3.x (2): 'test-api.R:53:3', 'test-api.R:57:3' • Skipping: cannot modify locked binding .quick_llama_env (1): 'test-quick-llama-helpers.R:61:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 119 ] > > proc.time() user system elapsed 1.32 0.21 3.57