CRAN Package Check Results for Package sfnetworks

Last updated on 2026-04-22 01:53:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.5 11.42 240.53 251.95 OK
r-devel-linux-x86_64-debian-gcc 0.6.5 7.08 169.89 176.97 OK
r-devel-linux-x86_64-fedora-clang 0.6.5 20.00 412.11 432.11 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.5 19.00 414.79 433.79 ERROR
r-devel-macos-arm64 0.6.5 4.00 63.00 67.00 OK
r-devel-windows-x86_64 0.6.5 16.00 246.00 262.00 OK
r-patched-linux-x86_64 0.6.5 11.58 233.48 245.06 OK
r-release-linux-x86_64 0.6.5 8.08 228.27 236.35 OK
r-release-macos-arm64 0.6.5 OK
r-release-macos-x86_64 0.6.5 8.00 236.00 244.00 OK
r-release-windows-x86_64 0.6.5 16.00 251.00 267.00 OK
r-oldrel-macos-arm64 0.6.5 OK
r-oldrel-macos-x86_64 0.6.5 9.00 214.00 223.00 OK
r-oldrel-windows-x86_64 0.6.5 22.00 332.00 354.00 OK

Check Details

Version: 0.6.5
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/59s] 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-devel-linux-x86_64-fedora-clang

Version: 0.6.5
Check: tests
Result: ERROR Running ‘testthat.R’ [39s/52s] 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-devel-linux-x86_64-fedora-gcc