CRAN Package Check Results for Package sfnetworks

Last updated on 2026-05-15 21:51:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.5 10.40 252.47 262.87 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.5 6.81 170.80 177.61 ERROR
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 426.22 445.22 OK
r-devel-windows-x86_64 0.6.5 17.00 246.00 263.00 ERROR
r-patched-linux-x86_64 0.6.5 10.56 229.66 240.22 ERROR
r-release-linux-x86_64 0.6.5 10.40 237.82 248.22 ERROR
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 286.00 304.00 OK
r-oldrel-macos-arm64 0.6.6 4.00 75.00 79.00 OK
r-oldrel-macos-x86_64 0.6.6 10.00 240.00 250.00 OK
r-oldrel-windows-x86_64 0.6.5 23.00 331.00 354.00 ERROR

Check Details

Version: 0.6.5
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/33s] 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-debian-clang

Version: 0.6.5
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/18s] 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-debian-gcc

Version: 0.6.5
Check: tests
Result: ERROR Running 'testthat.R' [22s] 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-windows-x86_64

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

Version: 0.6.5
Check: tests
Result: ERROR Running ‘testthat.R’ [23s/31s] 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-release-linux-x86_64

Version: 0.6.5
Check: tests
Result: ERROR Running 'testthat.R' [33s] 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-oldrel-windows-x86_64