Last updated on 2026-05-20 13:51:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.6 | 9.76 | 245.01 | 254.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.6 | 7.48 | 174.83 | 182.31 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.6.6 | 18.00 | 367.77 | 385.77 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.6 | 19.00 | 446.44 | 465.44 | OK | |
| r-devel-windows-x86_64 | 0.6.6 | 17.00 | 245.00 | 262.00 | OK | |
| r-patched-linux-x86_64 | 0.6.5 | 10.56 | 229.66 | 240.22 | ERROR | |
| r-release-linux-x86_64 | 0.6.6 | 10.33 | 234.89 | 245.22 | OK | |
| r-release-macos-arm64 | 0.6.6 | 4.00 | 71.00 | 75.00 | OK | |
| r-release-macos-x86_64 | 0.6.6 | 11.00 | 296.00 | 307.00 | OK | |
| r-release-windows-x86_64 | 0.6.6 | 18.00 | 256.00 | 274.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.6.6 | 10.00 | 240.00 | 250.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.6 | 23.00 | 262.00 | 285.00 | OK |
Version: 0.6.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sfnetworks)
>
> test_check("sfnetworks")
Saving _problems/test_paths-45.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 276 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_paths.R:41:3'): Only the first from argument
is used for shortest paths calculations ──
Error in `all_shortest_paths(x, from, to, weights = weights, ...)`: `from` must specify exactly one vertex
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test_paths.R:41:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─sfnetworks::st_network_paths(...)
7. └─sfnetworks:::st_network_paths.sfnetwork(...)
8. └─sfnetworks:::get_all_shortest_paths(...)
9. └─igraph::all_shortest_paths(x, from, to, weights = weights, ...)
10. └─igraph:::get_all_shortest_paths_dijkstra_impl(...)
11. └─cli::cli_abort(...)
12. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 276 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64