Last updated on 2025-08-23 12:48:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 24.26 | 240.38 | 264.64 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.5.1 | 15.22 | 154.30 | 169.52 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 404.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.0 | 382.10 | OK | |||
r-devel-windows-x86_64 | 1.5.1 | 28.00 | 265.00 | 293.00 | OK | |
r-patched-linux-x86_64 | 1.5.1 | 25.97 | 216.15 | 242.12 | OK | |
r-release-linux-x86_64 | 1.5.1 | 23.28 | 218.86 | 242.14 | OK | |
r-release-macos-arm64 | 1.5.1 | 88.00 | OK | |||
r-release-macos-x86_64 | 1.6.0 | 197.00 | OK | |||
r-release-windows-x86_64 | 1.5.1 | 24.00 | 274.00 | 298.00 | OK | |
r-oldrel-macos-arm64 | 1.5.1 | 117.00 | OK | |||
r-oldrel-macos-x86_64 | 1.6.0 | 147.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.5.1 | 33.00 | 322.00 | 355.00 | OK |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [46s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(manynet)
>
> test_check("manynet")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 575 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-manip_as.R:86:3', 'test-manip_split.R:49:3',
'test-map_autograph.R:2:3', 'test-map_autograph.R:17:3',
'test-map_autograph.R:31:3', 'test-map_autograph.R:47:3',
'test-map_autograph.R:65:3', 'test-map_autograph.R:91:3',
'test-map_autograph.R:103:3', 'test-map_autograph.R:113:3',
'test-map_autograph.R:120:3', 'test-map_autograph.R:127:3',
'test-map_autograph.R:140:3', 'test-map_autograph.R:171:3',
'test-map_autograph.R:180:3', 'test-mark_nodes.R:36:3',
'test-mark_nodes.R:45:3', 'test-mark_nodes.R:81:3', 'test-mark_ties.R:24:3',
'test-mark_ties.R:33:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-manip_format.R:56:3'): to_uniplex works ──────────────────────
is_weighted(to_uniplex(as_igraph(uni), "friend")) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 575 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.6.0
Check: examples
Result: ERROR
Running examples in ‘manynet-Ex.R’ failed
The error most likely occurred in:
> ### Name: data_overview
> ### Title: Obtain overview of available network data
> ### Aliases: data_overview table_data
>
> ### ** Examples
>
> table_data()
Error in saveRDS(list(base = base, value = ret0), dest) :
error writing to connection
Calls: table_data ... intersect -> rownames -> %||% -> <Anonymous> -> saveRDS
Execution halted
Flavor: r-oldrel-macos-x86_64