R Under development (unstable) (2024-10-17 r87242 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(mall) > > test_check("mall") -- mall session object Backend: ollama LLM session: model:llama3.2 seed:100 R session: cache_folder:_mall_cache Ollama local server not running or wrong server. Download and launch Ollama app to run the server. Visit https://ollama.com or https://github.com/ollama/ollama -- mall session object Backend: Ollama LLM session: model:model1 R session: cache_folder:_mall_cache [ FAIL 0 | WARN 0 | SKIP 16 | PASS 38 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • Ollama not found (8): 'test-llm-classify.R:44:3', 'test-llm-custom.R:25:3', 'test-llm-extract.R:39:3', 'test-llm-sentiment.R:35:3', 'test-llm-summarize.R:33:3', 'test-llm-translate.R:26:3', 'test-llm-verify.R:42:3', 'test-zzz-cache.R:8:3' • On CRAN (8): 'test-llm-classify.R:33:3', 'test-llm-classify.R:38:3', 'test-llm-extract.R:4:3', 'test-llm-sentiment.R:31:3', 'test-llm-summarize.R:28:3', 'test-llm-use.R:28:3', 'test-llm-verify.R:36:3', 'test-zzz-cache.R:3:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 38 ] > > proc.time() user system elapsed 3.17 0.64 6.03