Last updated on 2025-03-13 01:50:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 4.68 | 43.95 | 48.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 3.38 | 33.62 | 37.00 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 77.82 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 144.86 | OK | |||
r-devel-macos-arm64 | 0.6.2 | 40.00 | OK | |||
r-devel-macos-x86_64 | 0.6.2 | 96.00 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 7.00 | 77.00 | 84.00 | ERROR | |
r-patched-linux-x86_64 | 0.6.2 | OK | ||||
r-release-linux-x86_64 | 0.6.2 | 4.12 | 42.12 | 46.24 | OK | |
r-release-macos-arm64 | 0.6.2 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.6.2 | 88.00 | OK | |||
r-release-windows-x86_64 | 0.6.2 | 6.00 | 66.00 | 72.00 | OK | |
r-oldrel-macos-arm64 | 0.6.2 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.2 | 82.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.2 | 9.00 | 77.00 | 86.00 | OK |
Version: 0.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(openrouteservice)
>
> test_check("openrouteservice")
[ FAIL 1 | WARN 1 | SKIP 2 | PASS 23 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-api_key.R:21:3', 'test-api_key.R:27:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-response.R:22:3'): Parsed GPX response ─────────────────────────
Error in `open.connection(x, "rb")`: cannot open the connection
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-response.R:22:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─openrouteservice:::process_response(mock_xml, "endpoint", output = "parsed")
5. └─openrouteservice:::parse_content(...)
6. ├─xml2::read_xml(gpx_xsd)
7. └─xml2:::read_xml.character(gpx_xsd)
8. └─xml2:::read_xml.connection(...)
9. ├─base::open(x, "rb")
10. └─base::open.connection(x, "rb")
[ FAIL 1 | WARN 1 | SKIP 2 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64