Last updated on 2025-12-07 12:50:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.4 | 5.69 | 53.33 | 59.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.4 | 3.93 | 33.42 | 37.35 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.4 | 11.00 | 76.72 | 87.72 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.4 | 11.00 | 84.98 | 95.98 | OK | |
| r-devel-windows-x86_64 | 0.7.4 | 6.00 | 85.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 0.7.4 | 6.02 | 47.21 | 53.23 | OK | |
| r-release-linux-x86_64 | 0.7.4 | 5.49 | 45.93 | 51.42 | ERROR | |
| r-release-macos-arm64 | 0.7.4 | OK | ||||
| r-release-macos-x86_64 | 0.7.4 | 11.00 | 132.00 | 143.00 | OK | |
| r-release-windows-x86_64 | 0.7.4 | 8.00 | 74.00 | 82.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.4 | 12.00 | 166.00 | 178.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.4 | 10.00 | 85.00 | 95.00 | OK |
Version: 0.7.4
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.4
Check: examples
Result: ERROR
Running examples in ‘photon-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.7.4
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc