Last updated on 2026-08-29 20:50:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 3.07 | 48.91 | 51.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 1.96 | 37.55 | 39.51 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 34.71 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 44.66 | OK | |||
| r-devel-windows-x86_64 | 0.3.1 | 7.00 | 151.00 | 158.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 3.20 | 45.39 | 48.59 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 2.76 | 44.80 | 47.56 | ERROR | |
| r-release-macos-arm64 | 0.3.1 | 1.00 | 21.00 | 22.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 2.00 | 66.00 | 68.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 7.00 | 160.00 | 167.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 1.00 | 23.00 | 24.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 2.00 | 73.00 | 75.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 7.00 | 157.00 | 164.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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(rollama)
> test_check("rollama")
Saving _problems/test-cache-32.R
Created cache directory '/home/hornik/tmp/scratch/RtmpoKF9Eb/file812616a563d25/new_cache'
x Could not connect to Ollama at <http://localhost:11434>
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 26 ]
══ Skipped tests (27) ══════════════════════════════════════════════════════════
• ping_ollama(silent = TRUE) is not TRUE (27): 'test-aaa.R:4:3',
'test-cache.R:128:3', 'test-cache.R:137:3', 'test-cache.R:147:3',
'test-cache.R:164:3', 'test-cache.R:191:3', 'test-chat.R:2:3',
'test-chat.R:16:3', 'test-chat.R:40:3', 'test-chat.R:64:3',
'test-chat.R:97:3', 'test-chat.R:120:3', 'test-embedding.R:2:3',
'test-embedding.R:11:3', 'test-embedding.R:23:3', 'test-embedding.R:28:3',
'test-embedding.R:33:3', 'test-make_query.R:37:3', 'test-models.R:4:3',
'test-models.R:9:3', 'test-models.R:18:3', 'test-models.R:31:3',
'test-models.R:43:3', 'test-models.R:48:3', 'test-models.R:54:3',
'test-models.R:62:3', 'test-utils.R:9:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cache.R:32:3'): req_hash deterministically returns a 32-character hash string ──
Expected `req_hash(make_fake_req())` to equal "0227ca5af8ae565c3383d248a8b1010a".
Differences:
`actual`: "aa8987c18b69ccd868e451b5426aac70"
`expected`: "0227ca5af8ae565c3383d248a8b1010a"
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 26 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64