Last updated on 2026-02-28 11:49:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.4-1 | 5.55 | 53.33 | 58.88 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.4-1 | 3.94 | 40.26 | 44.20 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.4-1 | 9.00 | 78.24 | 87.24 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.4-1 | 11.00 | 98.78 | 109.78 | ERROR | |
| 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 | 70.00 | 78.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.4-1 | 5.46 | 46.24 | 51.70 | ERROR | |
| r-release-linux-x86_64 | 0.7.4-1 | 4.75 | 46.07 | 50.82 | ERROR | |
| 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 | 7.00 | 67.00 | 74.00 | ERROR | |
| 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 | 9.00 | 84.00 | 93.00 | ERROR |
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 50% ■■■■■■■■■■■■■■■■ 1s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [3.9s]
ℹ 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. [1.2s]
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
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. [2.1s]
ℹ 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. [804ms]
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:
> ### 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.7" 2025-04-15
ℹ OpenJDK Runtime Environment (Red_Hat-21.0.7.0.6-2) (build 21.0.7+6)
ℹ OpenJDK 64-Bit Server VM (Red_Hat-21.0.7.0.6-2) (build 21.0.7+6, mixed mode,
sharing)
ℹ Fetching OpenSearch photon 0.7.4.
Downloading 41% ■■■■■■■■■■■■■ 1s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [3.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. [1.3s]
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7.4-1
Check: examples
Result: ERROR
Running examples in ‘photon-Ex.R’ failed
The error most likely occurred in:
> ### 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.7" 2025-04-15
ℹ OpenJDK Runtime Environment (Red_Hat-21.0.7.0.6-2) (build 21.0.7+6)
ℹ OpenJDK 64-Bit Server VM (Red_Hat-21.0.7.0.6-2) (build 21.0.7+6, mixed mode,
sharing)
ℹ Fetching OpenSearch photon 0.7.4.
Downloading 15% ■■■■■■ 6s
Downloading 40% ■■■■■■■■■■■■■ 5s
Downloading 70% ■■■■■■■■■■■■■■■■■■■■■■ 3s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [10.1s]
ℹ 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. [2.4s]
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.7.4-1
Check: examples
Result: ERROR
Running examples in 'photon-Ex.R' failed
The error most likely occurred in:
> ### 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 "11.0.18" 2023-01-17
ℹ OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
ℹ OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode)
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [1.6s]
ℹ 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. [400ms]
Execution halted
Flavor: r-devel-windows-x86_64
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. [2.9s]
ℹ 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. [1.4s]
Execution halted
Flavor: r-patched-linux-x86_64
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 95% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [2.8s]
ℹ 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. [1s]
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.7.4-1
Check: examples
Result: ERROR
Running examples in 'photon-Ex.R' failed
The error most likely occurred in:
> ### 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 "11.0.18" 2023-01-17
ℹ OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
ℹ OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode)
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [1.5s]
ℹ 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. [445ms]
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.7.4-1
Check: examples
Result: ERROR
Running examples in 'photon-Ex.R' failed
The error most likely occurred in:
> ### 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 "11.0.11" 2021-04-20
ℹ OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
ℹ OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
ℹ Fetching OpenSearch photon 0.7.4.
Downloading 38% ■■■■■■■■■■■■ 2s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [2.9s]
ℹ 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. [588ms]
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.