R Under development (unstable) (2024-08-23 r87049 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(ollamar) Attaching package: 'ollamar' The following object is masked from 'package:stats': embed The following object is masked from 'package:methods': show > > test_check("ollamar") 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Matching options: mirostat_eta No matching options found Valid options: mirostat, mirostat_eta Invalid options: invalid_opt See available options with check_options() or model_options. See also https://github.com/ollama/ollama/blob/main/docs/modelfile.md#parameter 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 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 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 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 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 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 [ FAIL 0 | WARN 0 | SKIP 21 | PASS 15 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • Ollama server not available (21): 'test-chat.R:5:5', 'test-chat.R:59:5', 'test-chat.R:73:5', 'test-chat.R:89:5', 'test-chat.R:105:5', 'test-copy.R:5:5', 'test-create.R:5:5', 'test-delete.R:5:5', 'test-embed.R:7:5', 'test-embeddings.R:5:5', 'test-generate.R:5:5', 'test-generate.R:49:5', 'test-generate.R:58:5', 'test-list_models.R:5:5', 'test-model_avail.R:5:5', 'test-ps.R:5:5', 'test-pull.R:5:5', 'test-push.R:5:5', 'test-show.R:5:5', 'test-test_connection.R:5:5', 'test-utils.R:5:5' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 15 ] > > proc.time() user system elapsed 1.68 0.35 49.90