Last updated on 2026-05-17 13:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0-1 | 5.27 | 54.64 | 59.91 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0-1 | 3.61 | 41.22 | 44.83 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0-1 | 11.00 | 82.73 | 93.73 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0-1 | 10.00 | 93.47 | 103.47 | OK | |
| r-devel-windows-x86_64 | 1.0.0-1 | 8.00 | 73.00 | 81.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0-1 | 5.00 | 50.87 | 55.87 | OK | |
| r-release-linux-x86_64 | 1.0.0-1 | 5.30 | 51.48 | 56.78 | OK | |
| r-release-macos-arm64 | 1.0.0-1 | 1.00 | 39.00 | 40.00 | OK | |
| r-release-macos-x86_64 | 1.0.0-1 | 4.00 | 115.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 1.0.0-1 | 9.00 | 74.00 | 83.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0-1 | 1.00 | 36.00 | 37.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0-1 | 4.00 | 92.00 | 96.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0-1 | 10.00 | 76.00 | 86.00 | OK |
Version: 1.0.0-1
Check: examples
Result: ERROR
Running examples in ‘photon-Ex.R’ failed
The error most likely occurred in:
> ### Name: with_photon
> ### Title: Local photon instances
> ### Aliases: with_photon
>
> ### ** Examples
>
> # Get a public instance
> pub_photon <- new_photon()
>
> # Mount a custom instance
> new_photon(url = "https://localhost:8001/")
<photon>
Type : remote
Server : https://localhost:8001/
>
> # Geocode with the public instance only once
> with_photon(pub_photon, geocode("Rutland"))
Error in `httr2::req_perform()`:
! HTTP 502 Bad Gateway.
Backtrace:
▆
1. ├─photon::with_photon(pub_photon, geocode("Rutland"))
2. │ └─base::force(code)
3. └─photon::geocode("Rutland")
4. └─base::.mapply(iter, MoreArgs = options, FUN = geocode_impl)
5. └─photon (local) `<fn>`(q = dots[[1L]][[1L]], i = dots[[2L]][[1L]], env = `<env>`)
6. └─photon:::query_photon(...)
7. └─httr2::req_perform(req)
8. └─httr2:::handle_resp(req, resp, error_call = error_call)
9. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
10. ├─rlang::catch_cnd(...)
11. │ ├─rlang::eval_bare(...)
12. │ ├─base::tryCatch(...)
13. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
14. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
15. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
16. │ └─base::force(expr)
17. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0-1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘nominatim-import.Rmd’ using rmarkdown
--- finished re-building ‘nominatim-import.Rmd’
--- re-building ‘photon.Rmd’ using rmarkdown
Quitting from photon.Rmd:74-81 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/ph_error>
Error in `structured()`:
! Structured geocoding is disabled for the mounted photon instance.
---
Backtrace:
▆
1. └─photon::structured(place)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'photon.Rmd' failed with diagnostics:
Structured geocoding is disabled for the mounted photon instance.
--- failed re-building ‘photon.Rmd’
SUMMARY: processing the following file failed:
‘photon.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang