CRAN Package Check Results for Package osrm.backend

Last updated on 2026-09-02 19:58:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 6.95 77.82 84.77 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 5.24 54.04 59.28 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 55.73 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 6.00 57.36 63.36 ERROR
r-devel-windows-x86_64 0.4.0 11.00 92.00 103.00 OK
r-patched-linux-x86_64 0.4.0 8.57 73.52 82.09 OK
r-release-linux-x86_64 0.4.0 7.30 73.18 80.48 OK
r-release-macos-arm64 0.4.0 2.00 28.00 30.00 OK
r-release-macos-x86_64 0.4.0 5.00 85.00 90.00 ERROR
r-release-windows-x86_64 0.4.0 10.00 92.00 102.00 OK
r-oldrel-macos-arm64 0.4.0 2.00 31.00 33.00 ERROR
r-oldrel-macos-x86_64 0.4.0 5.00 100.00 105.00 ERROR
r-oldrel-windows-x86_64 0.4.0 12.00 109.00 121.00 OK

Check Details

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/53s] 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/RtmpbyOK6r/working_dir/RtmpvoUKKg' to PATH for this session. This session PATH change is intentional and is not reset automatically. '/tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg' is already first in PATH. > Waiting 1.2s for retry backoff > Waiting 3.5s for retry backoff > Waiting 6.9s for retry backoff force = TRUE; reinstalling OSRM backend in /tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg/file222204716cc7fa Detected platform: linux-x64 Found matching binary: osrm-v99.9.9-linux-x64-Release.tar.gz Downloading from https://github.com/e-kotov/osrm-binaries/releases/download/v99.9.9/osrm-v99.9.9-linux-x64-Release.tar.gz Saving _problems/test-osrm_install-927.R > Waiting 1.9s for retry backoff > Waiting 3.5s for retry backoff > Waiting 3.7s for retry backoff Saving _problems/test-osrm_install-943.R DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: /tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg/file22220443b7a4b2 Total files: 3 [ FAIL 2 | WARN 1 | SKIP 19 | PASS 233 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • Live OSRM tests skipped (3): 'test-compatibility.R:2:3', 'test-compatibility.R:129:3', 'test-live-integration.R:2:3' • OSRM binary not found (Skipping Server Additions Tests) (1): 'test-osrm_server_additions.R:7:3' • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:9:3' • On CRAN (14): '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_server_class.R:3:3', 'test-osrm_start.R:56:3', 'test-osrm_start.R:105:3', 'test-osrm_start.R:167: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:305:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-osrm_install.R:916:3'): osrm_install handles check_tested correctly ── Expected `try(...)` to run silently. Actual noise: warnings, messages. ── Error ('test-osrm_install.R:936:3'): osrm_install manual installation options work ── Error: GitHub API request failed: HTTP 403 Forbidden. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-osrm_install.R:936: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_install(...) 8. └─osrm.backend::osrm_check_latest_version() 9. └─osrm.backend:::get_all_releases() 10. └─osrm.backend:::github_api_request_with_retries(url, error_message = "GitHub API request failed: ") 11. └─base::tryCatch(...) 12. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. └─value[[3L]](cond) [ FAIL 2 | WARN 1 | SKIP 19 | PASS 233 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/13s] 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 '/Volumes/Temp/tmp/Rtmp1ZUNyp' to PATH for this session. This session PATH change is intentional and is not reset automatically. '/Volumes/Temp/tmp/Rtmp1ZUNyp' is already first in PATH. Saving _problems/test-osrm_install-913.R DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: /Volumes/Temp/tmp/Rtmp1ZUNyp/file68fb526ff1ac Total files: 3 [ FAIL 1 | WARN 0 | SKIP 19 | PASS 235 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • Live OSRM tests skipped (3): 'test-compatibility.R:2:3', 'test-compatibility.R:129:3', 'test-live-integration.R:2:3' • OSRM binary not found (Skipping Server Additions Tests) (1): 'test-osrm_server_additions.R:7:3' • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:9:3' • On CRAN (14): '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_server_class.R:3:3', 'test-osrm_start.R:56:3', 'test-osrm_start.R:105:3', 'test-osrm_start.R:167: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:305:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-osrm_install.R:902:3'): osrm_install handles check_tested correctly ── Expected `try(...)` to throw a message. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 235 ] Error: ! Test failures. Execution halted Flavor: r-release-macos-x86_64

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] 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 '/Volumes/Temp/tmp/Rtmpi664A2' to PATH for this session. This session PATH change is intentional and is not reset automatically. '/Volumes/Temp/tmp/Rtmpi664A2' is already first in PATH. Saving _problems/test-osrm_install-913.R DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: /Volumes/Temp/tmp/Rtmpi664A2/file16557500e9ae Total files: 3 [ FAIL 1 | WARN 0 | SKIP 19 | PASS 235 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • Live OSRM tests skipped (3): 'test-compatibility.R:2:3', 'test-compatibility.R:129:3', 'test-live-integration.R:2:3' • OSRM binary not found (Skipping Server Additions Tests) (1): 'test-osrm_server_additions.R:7:3' • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:9:3' • On CRAN (14): '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_server_class.R:3:3', 'test-osrm_start.R:56:3', 'test-osrm_start.R:105:3', 'test-osrm_start.R:167: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:305:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-osrm_install.R:902:3'): osrm_install handles check_tested correctly ── Expected `try(...)` to throw a message. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 235 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/12s] 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 '/Volumes/Temp/tmp/Rtmpgm2Oy6' to PATH for this session. This session PATH change is intentional and is not reset automatically. '/Volumes/Temp/tmp/Rtmpgm2Oy6' is already first in PATH. Saving _problems/test-osrm_install-913.R DRY RUN: Would remove the following files: - data.osrm.geometry - data.osrm.hsgr - data.osrm.timestamp Directory: /Volumes/Temp/tmp/Rtmpgm2Oy6/file119d07554e0cf Total files: 3 [ FAIL 1 | WARN 0 | SKIP 19 | PASS 235 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • Live OSRM tests skipped (3): 'test-compatibility.R:2:3', 'test-compatibility.R:129:3', 'test-live-integration.R:2:3' • OSRM binary not found (Skipping Server Additions Tests) (1): 'test-osrm_server_additions.R:7:3' • OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:9:3' • On CRAN (14): '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_server_class.R:3:3', 'test-osrm_start.R:56:3', 'test-osrm_start.R:105:3', 'test-osrm_start.R:167: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:305:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-osrm_install.R:902:3'): osrm_install handles check_tested correctly ── Expected `try(...)` to throw a message. [ FAIL 1 | WARN 0 | SKIP 19 | PASS 235 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-x86_64