R Under development (unstable) (2025-12-17 r89193 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. > # 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(pairwiseLLM) > > test_check("pairwiseLLM") - OpenAI (openai): OPENAI_API_KEY is set. - Anthropic (anthropic): ANTHROPIC_API_KEY is not set. Set it for this session with: Sys.setenv(ANTHROPIC_API_KEY = "YOUR_KEY_HERE") Or persistently via: usethis::edit_r_environ() and add a line like: ANTHROPIC_API_KEY = "YOUR_KEY_HERE" - Google Gemini (gemini): GEMINI_API_KEY is not set. Set it for this session with: Sys.setenv(GEMINI_API_KEY = "YOUR_KEY_HERE") Or persistently via: usethis::edit_r_environ() and add a line like: GEMINI_API_KEY = "YOUR_KEY_HERE" - Together.ai (together): TOGETHER_API_KEY is not set. Set it for this session with: Sys.setenv(TOGETHER_API_KEY = "YOUR_KEY_HERE") Or persistently via: usethis::edit_r_environ() and add a line like: TOGETHER_API_KEY = "YOUR_KEY_HERE" Creating Gemini batch for 1 pair(s) (model = gemini-3-pro-preview, thinking_level = low)... Batch batches/timeout state: BATCH_STATE_RUNNING Creating Gemini batch for 1 pair(s) (model = gemini-3-pro-preview, thinking_level = low)... Submitting 1 live pair(s) for comparison (backend=ollama, model=mistral-small3.2:24b)... | | | 0% | |======================================================================| 100% WARNING: Ollama error (status 500): backend failure Completed 1 live pair(s) in 0.0s (avg 0.00s per pair). Submitting 1 live pair(s) for comparison (backend=ollama, model=mistral-small3.2:24b)... Completed 1 live pair(s) in 0.0s (avg 0.00s per pair). Unable to run `ollama ps`: simulated failure from ollama ps `ollama ps` failed or returned no output; no models will be unloaded. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 1392 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • EloChoice is installed; cannot test missing-package behaviour. (1): 'test-elo_model.R:74:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 1392 ] > > proc.time() user system elapsed 23.76 3.43 29.96