Last updated on 2025-04-29 08:52:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 347.82 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 331.07 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 24.00 | 208.00 | 232.00 | OK | |
r-release-macos-arm64 | 0.2.0 | 89.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 151.00 | OK | |||
r-oldrel-macos-arm64 | 0.2.0 | 106.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 184.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/66s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(LLMAgentR)
> test_check("LLMAgentR")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 68 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_build_doc_summarizer_agent.R:13:1'): (code run outside of `test_that()`) ──
Error: The 'tesseract' package is required for this functionality. Please install it or move it to Imports.
Backtrace:
▆
1. └─LLMAgentR::build_doc_summarizer_agent(fake_llm_ok, verbose = FALSE) at test_build_doc_summarizer_agent.R:13:1
2. └─LLMAgentR::get_suggested("tesseract")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 68 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang