Last updated on 2026-02-15 05:52:10 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ffm | 1 | 13 | |
| photon | 7 | 7 | |
| r311 | 14 | ||
| z22 | 1 | 13 |
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: 7, OK: 7
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 25% ■■■■■■■■■ 3s
Downloading 93% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [5.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. [894ms]
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. [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. [593ms]
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 "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.
Downloading 90% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
Downloading 100% ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 0s
ℹ Fetching OpenSearch photon 0.7.4.
✔ Successfully downloaded OpenSearch photon 0.7.4. [2.7s]
ℹ 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. [462ms]
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.
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
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 29% ■■■■■■■■■■ 3s
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. [841ms]
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.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. [463ms]
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.
✔ 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. [671ms]
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 1.1.4
Check: package dependencies
Result: ERROR
Package required but not available: ‘arrow’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-macos-x86_64