Last updated on 2025-08-26 18:48:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 12.31 | 201.76 | 214.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 6.46 | 133.23 | 139.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 324.63 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 343.72 | ERROR | |||
r-devel-windows-x86_64 | 0.3.1 | 14.00 | 178.00 | 192.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 13.15 | 191.23 | 204.38 | OK | |
r-release-linux-x86_64 | 0.3.0 | 11.54 | 191.94 | 203.48 | OK | |
r-release-macos-arm64 | 0.3.1 | 86.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 199.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 13.00 | 178.00 | 191.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 92.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 184.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 21.00 | 222.00 | 243.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘ellmer-Ex.R’ failed
The error most likely occurred in:
> ### Name: content_image_url
> ### Title: Encode images for chat input
> ### Aliases: content_image_url content_image_file content_image_plot
>
> ### ** Examples
>
> ## Don't show:
> ellmer:::vcr_example_start("content_image_url")
> ## End(Don't show)
> chat <- chat_openai()
Using model = "gpt-4.1".
> chat$chat(
+ "What do you see in these images?",
+ content_image_url("https://www.r-project.org/Rlogo.png"),
+ content_image_file(system.file("httr2.png", package = "ellmer"))
+ )
Error:
! Failed to find matching request in active cassette,
"content_image_url".
ℹ Use `local_vcr_configure_log()` to get more details.
ℹ Learn more in `vignette(vcr::debugging)`.
Backtrace:
▆
1. └─chat$chat(...)
2. └─coro::collect(...)
3. └─coro:::reduce_steps(x, steps, along_builder(list()))
4. └─coro:::reduce(x, reducer, .init = identity)
5. └─coro:::reduce_impl(.x, .f, ..., .init = .init)
6. └─coro:::iter_reduce_impl(.x, .f, ..., .left = .left)
7. ├─coro::is_exhausted(new <- .x())
8. └─coro (local) .x()
9. └─base::evalq(...)
10. └─base::evalq(...)
11. └─base::evalq(...)
12. └─base::evalq(...)
13. ├─coro::is_exhausted(elt <- iterator())
14. └─coro (local) iterator()
15. └─base::evalq(...)
16. └─base::evalq(...)
17. ├─base::evalq(...)
18. │ └─base::evalq(...)
19. │ └─coro (local) user(...)
20. │ ├─.last_value <<- eval_bare(substitute(expr), user_env)
21. │ │ └─rlang::env_poke(env, lhs, value, inherit = TRUE, create = FALSE)
22. │ └─rlang::eval_bare(substitute(expr), user_env)
23. └─ellmer:::chat_perform(...)
24. └─ellmer:::chat_perform_value(provider, req)
25. ├─httr2::resp_body_json(req_perform(req))
26. │ └─httr2:::check_response(resp)
27. │ └─httr2:::is_response(resp)
28. └─httr2::req_perform(req)
29. └─vcr (local) mock(req)
30. └─RequestHandlerHttr2$new(req)$handle()
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc