Last updated on 2026-04-15 06:51:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 4.21 | 45.40 | 49.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.82 | 34.73 | 37.55 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 7.00 | 70.86 | 77.86 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 7.00 | 80.04 | 87.04 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 1.00 | 24.00 | 25.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 6.00 | 101.00 | 107.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 4.90 | 41.18 | 46.08 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 3.92 | 38.54 | 42.46 | OK | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 19.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 3.00 | 76.00 | 79.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 6.00 | 0.00 | 6.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 1.00 | 24.00 | 25.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 3.00 | 105.00 | 108.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 8.00 | 87.00 | 95.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [41s]
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 'D:/temp/2026_04_13_01_50_00_20018/RtmpW4SxHh' to PATH for this session.
'D:/temp/2026_04_13_01_50_00_20018/RtmpW4SxHh' 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: D:\temp\2026_04_13_01_50_00_20018\RtmpW4SxHh\file13b2858055db5
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:9: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: Failed to perform HTTP request.
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-windows-x86_64