R version 4.6.0 RC (2026-04-22 r89945 ucrt) -- "Because it was There" 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rtemis.llm)  .:rtemis.llm v.0.8.0 🌊 x86_64-w64-mingw32/x64 > > test_check("rtemis.llm") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 179 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • Ollama server not available at http://localhost:11434 (28): 'test_Agent.R:11:3', 'test_Agent.R:28:3', 'test_Agent.R:76:3', 'test_Agent.R:94:3', 'test_Agent.R:112:3', 'test_Agent.R:142:3', 'test_LLM.R:23:3', 'test_LLM.R:45:3', 'test_LLM.R:60:3', 'test_LLM.R:73:3', 'test_LLM.R:101:3', 'test_Message.R:104:3', 'test_Message.R:126:3', 'test_map.R:110:3', 'test_map.R:122:3', 'test_map.R:146:3', 'test_map.R:157:3', 'test_map.R:167:3', 'test_map.R:179:3', 'test_map.R:192:3', 'test_map.R:201:3', 'test_map.R:214:3', 'test_map.R:225:3', 'test_ollama.R:11:3', 'test_ollama.R:18:3', 'test_ollama.R:26:3', 'test_ollama.R:34:3', 'test_ollama.R:67:3' • On CRAN (1): 'test_tool_wikipedia.R:6:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 179 ] > > proc.time() user system elapsed 3.31 0.56 66.73