Last updated on 2025-12-14 04:50:19 CET.
| Package | ERROR | OK |
|---|---|---|
| ffm | 13 | |
| photon | 1 | 12 |
| r311 | 13 | |
| z22 | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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: 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-ea" 2026-01-20
ℹ OpenJDK Runtime Environment (build 21.0.10-ea+4-Debian-1)
ℹ OpenJDK 64-Bit Server VM (build 21.0.10-ea+4-Debian-1, mixed mode, sharing)
ℹ 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. [3.2s]
ℹ Fetching search index for Monaco, created on latest
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_disk()`:
! Timeout was reached [download1.graphhopper.com]:
Connection timed out after 10000 milliseconds
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. └─rlang::cnd_signal(resp)
✖ Failed to download search index. [10.2s]
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.7.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(photon)
>
> test_check("photon")
Saving _problems/test-setup-54.R
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 53 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-geocode.R:1:1', 'test-setup.R:23:3', 'test-setup.R:67:3',
'test-setup.R:81:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-setup.R:54:3'): search indices are matched ─────────────────────
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [download1.graphhopper.com]:
Connection timed out after 10001 milliseconds
Backtrace:
▆
1. └─photon::download_searchindex(...) at test-setup.R:54:3
2. ├─httr2::resp_body_string(httr2::req_perform(req))
3. │ └─httr2:::check_response(resp)
4. │ └─httr2:::is_response(resp)
5. └─httr2::req_perform(req)
6. └─httr2:::handle_resp(req, resp, error_call = error_call)
7. └─rlang::cnd_signal(resp)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 53 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(z22)
>
> test_check("z22")
The tzdb package is not installed. Timezones will not be available to Arrow compute functions.
Saving _problems/test-pkg-110.R
Saving _problems/test-pkg-132.R
[ FAIL 2 | WARN 2 | SKIP 1 | PASS 67 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-pkg.R:74:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-pkg.R:110:3'): grid can be downloaded ──────────────────────────
Error: [rast] empty srs
Backtrace:
▆
1. └─z22::z22_grid("100km", as = "raster") at test-pkg.R:110:3
2. └─z22:::as_spatial_maybe(grid, as = as)
3. ├─terra::rast(x, crs = "EPSG:3035")
4. └─terra::rast(x, crs = "EPSG:3035")
5. └─terra (local) .local(x, ...)
6. └─terra:::.rastFromXYZ(x, crs = crs, digits = digits, extent = extent)
7. ├─terra::rast(...)
8. └─terra::rast(...)
9. └─terra (local) .local(x = x, ...)
10. └─terra:::new_rast(...)
11. └─terra:::messages(r, "rast")
12. └─terra:::error(f, x@pntr$getError())
── Error ('test-pkg.R:132:3'): data can be pivoted ─────────────────────────────
Error: [rast] empty srs
Backtrace:
▆
1. ├─z22::z22_pivot_longer(...) at test-pkg.R:132:3
2. └─z22::z22_data("citizenship", as = "raster")
3. └─z22:::as_spatial_maybe(out, as = as)
4. └─base::lapply(...)
5. └─z22 (local) FUN(X[[i]], ...)
6. ├─terra::rast(x[c("x", "y", cat)], type = "xyz", crs = "EPSG:3035")
7. └─terra::rast(x[c("x", "y", cat)], type = "xyz", crs = "EPSG:3035")
8. └─terra (local) .local(x, ...)
9. └─terra:::.rastFromXYZ(x, crs = crs, digits = digits, extent = extent)
10. ├─terra::rast(...)
11. └─terra::rast(...)
12. └─terra (local) .local(x = x, ...)
13. └─terra:::new_rast(...)
14. └─terra:::messages(r, "rast")
15. └─terra:::error(f, x@pntr$getError())
[ FAIL 2 | WARN 2 | SKIP 1 | PASS 67 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'z22.Rmd' using rmarkdown
File man/figures/vignette/unnamed-chunk-5-1.png not found in resource path
Error: processing vignette 'z22.Rmd' failed with diagnostics:
pandoc document conversion failed with error 99
--- failed re-building 'z22.Rmd'
SUMMARY: processing the following file failed:
'z22.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64