CRAN Package Check Results for Package osrm.backend

Last updated on 2025-12-17 04:48:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.28 42.50 46.78 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.86 31.10 33.96 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 8.00 70.75 78.75 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 79.06 OK
r-devel-windows-x86_64 0.1.1 7.00 60.00 67.00 OK
r-patched-linux-x86_64 0.1.1 4.10 38.57 42.67 OK
r-release-linux-x86_64 0.1.1 3.47 38.67 42.14 OK
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 3.00 61.00 64.00 OK
r-release-windows-x86_64 0.1.1 6.00 60.00 66.00 OK
r-oldrel-macos-arm64 0.1.1 1.00 25.00 26.00 OK
r-oldrel-macos-x86_64 0.1.1 3.00 74.00 77.00 OK
r-oldrel-windows-x86_64 0.1.1 8.00 69.00 77.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/16s] 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(osrm.backend) > > test_check("osrm.backend") Running on CRAN: Skipping OSRM binary installation. Added '/tmp/RtmpUBXIbP' to PATH for this session. '/tmp/RtmpUBXIbP' is already first in PATH. Saving _problems/test-osrm_start-7.R DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: /tmp/RtmpUBXIbP/file2abc3e7b753e54 Total files: 3 [ FAIL 1 | WARN 0 | SKIP 16 | PASS 177 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:8:3' • On CRAN (15): 'test-osrm_extract.R:2:3', 'test-osrm_extract.R:67:3', 'test-osrm_extract.R:130:3', 'test-osrm_extract.R:165:3', 'test-osrm_extract.R:182:3', 'test-osrm_start.R:17:3', 'test-osrm_start.R:35:3', 'test-osrm_start.R:46:3', 'test-osrm_start.R:95:3', 'test-osrm_start.R:157:3', 'test-osrm_which.R:5:3', 'test-osrm_which.R:18:3', 'test-osrm_which.R:26:3', 'test-pipeline-conflicts.R:94:3', 'test-pipeline-conflicts.R:303:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-osrm_start.R:4:3'): osrm_start errors when path doesn't exist ── Error: Failed to download file: HTTP 504 Gateway Timeout. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-osrm_start.R:4:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─osrm.backend::osrm_start(path = "/nonexistent/path/xyz123", quiet = TRUE) 8. └─osrm.backend::osrm_install(...) 9. └─base::tryCatch(...) 10. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 11. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 12. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 16 | PASS 177 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc