Last updated on 2026-02-12 03:52:21 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.4-1 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 0.7.4-1 | 4.16 | 40.06 | 44.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.4-1 | 9.00 | 75.61 | 84.61 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.4-1 | 9.00 | 85.76 | 94.76 | OK | |
| r-devel-macos-arm64 | 0.7.4-1 | 1.00 | 30.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 0.7.4-1 | 8.00 | 75.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 0.7.4-1 | 6.33 | 46.13 | 52.46 | ERROR | |
| r-release-linux-x86_64 | 0.7.4-1 | 5.26 | 47.42 | 52.68 | OK | |
| r-release-macos-arm64 | 0.7.4-1 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.7.4-1 | 4.00 | 70.00 | 74.00 | OK | |
| r-release-windows-x86_64 | 0.7.4-1 | 8.00 | 72.00 | 80.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.4-1 | 1.00 | 33.00 | 34.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.4-1 | 4.00 | 79.00 | 83.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.4-1 | 12.00 | 86.00 | 98.00 | OK |
Version: 0.7.4-1
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: new_photon
> ### Title: Initialize a photon instance
> ### Aliases: new_photon
>
> ### ** Examples
>
> # connect to public API
> photon <- new_photon()
>
> # connect to arbitrary server
> photon <- new_photon(url = "https://photonserver.org")
>
> if (has_java("11")) {
+ # set up a local instance in a temporary directory
+ dir <- file.path(tempdir(), "photon")
+ photon <- new_photon(dir, country = "Monaco")
+ }
ℹ openjdk version "21.0.10" 2026-01-20
ℹ OpenJDK Runtime Environment (build 21.0.10+7-Debian-1)
ℹ OpenJDK 64-Bit Server VM (build 21.0.10+7-Debian-1, mixed mode, sharing)
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [2s]
ℹ Fetching search index for Monaco, created on latest
Error in `httr2::req_perform()`:
! HTTP 404 Not Found.
ℹ This usually means that country Monaco is not available.
Backtrace:
▆
1. └─photon::new_photon(dir, country = "Monaco")
2. └─photon_local$new(...)
3. └─photon (local) initialize(...)
4. └─photon:::setup_photon_directory(...)
5. └─photon::download_searchindex(...)
6. └─httr2::req_perform(req, path = path)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
✖ Failed to download search index. [489ms]
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.4-1
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: new_photon
> ### Title: Initialize a photon instance
> ### Aliases: new_photon
>
> ### ** Examples
>
> # connect to public API
> photon <- new_photon()
>
> # connect to arbitrary server
> photon <- new_photon(url = "https://photonserver.org")
>
> if (has_java("11")) {
+ # set up a local instance in a temporary directory
+ dir <- file.path(tempdir(), "photon")
+ photon <- new_photon(dir, country = "Monaco")
+ }
ℹ openjdk version "21.0.10" 2026-01-20
ℹ OpenJDK Runtime Environment (build 21.0.10+7-Debian-1)
ℹ OpenJDK 64-Bit Server VM (build 21.0.10+7-Debian-1, mixed mode, sharing)
ℹ Fetching OpenSearch photon 0.7.4.
Downloading 34% ■■■■■■■■■■■ 2s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [4.3s]
ℹ Fetching search index for Monaco, created on latest
Error in `httr2::req_perform()`:
! HTTP 404 Not Found.
ℹ This usually means that country Monaco is not available.
Backtrace:
▆
1. └─photon::new_photon(dir, country = "Monaco")
2. └─photon_local$new(...)
3. └─photon (local) initialize(...)
4. └─photon:::setup_photon_directory(...)
5. └─photon::download_searchindex(...)
6. └─httr2::req_perform(req, path = path)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
✖ Failed to download search index. [833ms]
Execution halted
Flavor: r-patched-linux-x86_64