Last updated on 2026-03-07 04:50:33 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ffm | 1 | 13 | |
| photon | 1 | 13 | |
| r311 | 14 | ||
| z22 | 14 |
Current CRAN status: NOTE: 1, OK: 13
Version: 0.1.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘arrow’
Flavor: r-oldrel-macos-x86_64
Current CRAN status: ERROR: 1, OK: 13
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 42% ■■■■■■■■■■■■■■ 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. [881ms]
Execution halted
Flavor: r-release-linux-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14