The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-09-01 05:53:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 10.81 | 237.27 | 248.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 7.29 | 146.52 | 153.81 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 10.00 | 221.13 | 231.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 136.73 | ERROR | |||
| r-devel-windows-x86_64 | 0.4.0 | 18.00 | 335.00 | 353.00 | ERROR | |
| r-patched-linux-x86_64 | 0.4.0 | 16.23 | 212.30 | 228.53 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 8.57 | 208.53 | 217.10 | ERROR | |
| r-release-macos-arm64 | 1.0.1 | 3.00 | 51.00 | 54.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 10.00 | 225.00 | 235.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 16.00 | 229.00 | 245.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.1 | 3.00 | 54.00 | 57.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 10.00 | 228.00 | 238.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 19.00 | 283.00 | 302.00 | ERROR |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘netrics-Ex.R’ failed
The error most likely occurred in:
> ### Name: measure_breadth
> ### Title: Measures of network breadth
> ### Aliases: measure_breadth net_by_diameter net_by_length
>
> ### ** Examples
>
> net_by_diameter(fict_marvel)
Error in igraph::diameter(object, directed = manynet::is_directed(object)) :
Weight vector must be non-negative, got -1. Invalid value
Source: paths/shortest_paths.c:1202
Calls: net_by_diameter -> make_network_measure -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [74s/40s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(netrics)
Loading required package: manynet
>
> test_check("netrics")
Starting 2 test processes.
> test-tutorials_netrics.R: [1] 0.48378
Saving _problems/test-tutorials_netrics-5.R
[ FAIL 1 | WARN 31 | SKIP 41 | PASS 1803 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-mark_nodes.R:106:3', 'test-mark_ties.R:62:3',
'test-mark_ties.R:71:3'
• fn == "node_is_core" && manynet::is_directed(data_objs[[ob]]) is TRUE (1):
'test-mark_nodes.R:11:9'
• format(Sys.time(), "%H") >= "09" is TRUE (1): 'test-member_community.R:27:3'
• grepl("core|spatial", fn) is TRUE (12): 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7'
• grepl("equivalency", fn) && ob == "labelled" is TRUE (1):
'test-measure_nodes.R:13:7'
• grepl("exposure|mixed|hazard", fn) is TRUE (12): 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7'
• grepl("multideg", fn) is TRUE (6): 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7'
• grepl("net_by_factions", fn) && ob == "twomode" is TRUE (1):
'test-measure_net.R:6:7'
• grepl("tie_is_imbalanced", fn) && ob == "twomode" is TRUE (1):
'test-mark_ties.R:5:7'
• grepl("triad", fn) && is_twomode(data_objs[[ob]]) is TRUE (1):
'test-motif_net.R:6:7'
• grepl("triad|dyad", fn) && is_twomode(data_objs[[ob]]) is TRUE (2):
'test-motif_nodes.R:5:7', 'test-motif_nodes.R:5:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tutorials_netrics.R:4:5'): netrics tutorial code runs without warnings or errors ──
Expected `w` to be NULL.
Differences:
`actual` is an S3 object of class <deprecatedWarning/warning/condition>, a list
`expected` is NULL
Warning in expression 45 : (bm <- to_blocks(alge, node_in_structural(alge)))
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:4:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─netrics:::check_tute_functions(tute)
5. └─testthat::expect_null(...) at ./helper-netrics.R:190:5
[ FAIL 1 | WARN 31 | SKIP 41 | PASS 1803 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.4.0
Check: tests
Result: ERROR
Running 'testthat.R' [62s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(netrics)
Loading required package: manynet
>
> test_check("netrics")
Starting 2 test processes.
> test-tutorials_netrics.R: [1] 0.48378
Saving _problems/test-tutorials_netrics-5.R
[ FAIL 1 | WARN 31 | SKIP 41 | PASS 1803 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-mark_nodes.R:106:3', 'test-mark_ties.R:62:3',
'test-mark_ties.R:71:3'
• fn == "node_is_core" && manynet::is_directed(data_objs[[ob]]) is TRUE (1):
'test-mark_nodes.R:11:9'
• format(Sys.time(), "%H") >= "09" is TRUE (1): 'test-member_community.R:27:3'
• grepl("core|spatial", fn) is TRUE (12): 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7'
• grepl("equivalency", fn) && ob == "labelled" is TRUE (1):
'test-measure_nodes.R:13:7'
• grepl("exposure|mixed|hazard", fn) is TRUE (12): 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7'
• grepl("multideg", fn) is TRUE (6): 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7'
• grepl("net_by_factions", fn) && ob == "twomode" is TRUE (1):
'test-measure_net.R:6:7'
• grepl("tie_is_imbalanced", fn) && ob == "twomode" is TRUE (1):
'test-mark_ties.R:5:7'
• grepl("triad", fn) && is_twomode(data_objs[[ob]]) is TRUE (1):
'test-motif_net.R:6:7'
• grepl("triad|dyad", fn) && is_twomode(data_objs[[ob]]) is TRUE (2):
'test-motif_nodes.R:5:7', 'test-motif_nodes.R:5:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tutorials_netrics.R:4:5'): netrics tutorial code runs without warnings or errors ──
Expected `w` to be NULL.
Differences:
`actual` is an S3 object of class <deprecatedWarning/warning/condition>, a list
`expected` is NULL
Warning in expression 45 : (bm <- to_blocks(alge, node_in_structural(alge)))
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:4:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─netrics:::check_tute_functions(tute)
5. └─testthat::expect_null(...) at ./helper-netrics.R:190:5
[ FAIL 1 | WARN 31 | SKIP 41 | PASS 1803 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘netrics-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: measure_breadth
> ### Title: Measures of network breadth
> ### Aliases: measure_breadth net_by_diameter net_by_length
>
> ### ** Examples
>
> net_by_diameter(fict_marvel)
Error in igraph::diameter(object, directed = manynet::is_directed(object)) :
Weight vector must be non-negative, got -1. Invalid value
Source: paths/shortest_paths.c:1202
Calls: net_by_diameter -> make_network_measure -> <Anonymous>
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [116s/64s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(netrics)
Loading required package: manynet
>
> test_check("netrics")
Starting 2 test processes.
> test-tutorials_netrics.R: [1] 0.48378
Saving _problems/test-tutorials_netrics-5.R
[ FAIL 1 | WARN 31 | SKIP 41 | PASS 1803 ]
══ Skipped tests (41) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-mark_nodes.R:106:3', 'test-mark_ties.R:62:3',
'test-mark_ties.R:71:3'
• fn == "node_is_core" && manynet::is_directed(data_objs[[ob]]) is TRUE (1):
'test-mark_nodes.R:11:9'
• format(Sys.time(), "%H") >= "09" is TRUE (1): 'test-member_community.R:27:3'
• grepl("core|spatial", fn) is TRUE (12): 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7'
• grepl("equivalency", fn) && ob == "labelled" is TRUE (1):
'test-measure_nodes.R:13:7'
• grepl("exposure|mixed|hazard", fn) is TRUE (12): 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7'
• grepl("multideg", fn) is TRUE (6): 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7'
• grepl("net_by_factions", fn) && ob == "twomode" is TRUE (1):
'test-measure_net.R:6:7'
• grepl("tie_is_imbalanced", fn) && ob == "twomode" is TRUE (1):
'test-mark_ties.R:5:7'
• grepl("triad", fn) && is_twomode(data_objs[[ob]]) is TRUE (1):
'test-motif_net.R:6:7'
• grepl("triad|dyad", fn) && is_twomode(data_objs[[ob]]) is TRUE (2):
'test-motif_nodes.R:5:7', 'test-motif_nodes.R:5:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tutorials_netrics.R:4:5'): netrics tutorial code runs without warnings or errors ──
Expected `w` to be NULL.
Differences:
`actual` is an S3 object of class <deprecatedWarning/warning/condition>, a list
`expected` is NULL
Warning in expression 45 : (bm <- to_blocks(alge, node_in_structural(alge)))
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:4:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─netrics:::check_tute_functions(tute)
5. └─testthat::expect_null(...) at ./helper-netrics.R:190:5
[ FAIL 1 | WARN 31 | SKIP 41 | PASS 1803 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.4.0
Check: tests
Result: ERROR
Running 'testthat.R' [107s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(netrics)
Loading required package: manynet
>
> test_check("netrics")
Starting 2 test processes.
> test-tutorials_netrics.R: [1] 0.48378
Saving _problems/test-tutorials_netrics-5.R
> test-member_community.R: i Considering each of `node_in_infomap()`, `node_in_spinglass()`, `node_in_fluid()`, `node_in_louvain()`, `node_in_leiden()`, `node_in_greedy()`, `node_in_eigen()`, and `node_in_walktrap()`.
> test-member_community.R: ========>---------------------- 25% | ETA: 3m
> test-member_community.R: v `node_in_eigen()` returns the highest modularity (0.857).
> test-member_community.R: ========>---------------------- 25% | ETA: 3m
[ FAIL 1 | WARN 31 | SKIP 40 | PASS 1805 ]
══ Skipped tests (40) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-mark_nodes.R:106:3', 'test-mark_ties.R:62:3',
'test-mark_ties.R:71:3'
• fn == "node_is_core" && manynet::is_directed(data_objs[[ob]]) is TRUE (1):
'test-mark_nodes.R:11:9'
• grepl("core|spatial", fn) is TRUE (12): 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7'
• grepl("equivalency", fn) && ob == "labelled" is TRUE (1):
'test-measure_nodes.R:13:7'
• grepl("exposure|mixed|hazard", fn) is TRUE (12): 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7'
• grepl("multideg", fn) is TRUE (6): 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7'
• grepl("net_by_factions", fn) && ob == "twomode" is TRUE (1):
'test-measure_net.R:6:7'
• grepl("tie_is_imbalanced", fn) && ob == "twomode" is TRUE (1):
'test-mark_ties.R:5:7'
• grepl("triad", fn) && is_twomode(data_objs[[ob]]) is TRUE (1):
'test-motif_net.R:6:7'
• grepl("triad|dyad", fn) && is_twomode(data_objs[[ob]]) is TRUE (2):
'test-motif_nodes.R:5:7', 'test-motif_nodes.R:5:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tutorials_netrics.R:4:5'): netrics tutorial code runs without warnings or errors ──
Expected `w` to be NULL.
Differences:
`actual` is an S3 object of class <deprecatedWarning/warning/condition>, a list
`expected` is NULL
Warning in expression 45 : (bm <- to_blocks(alge, node_in_structural(alge)))
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:4:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─netrics:::check_tute_functions(tute)
5. └─testthat::expect_null(...) at ./helper-netrics.R:190:5
[ FAIL 1 | WARN 31 | SKIP 40 | PASS 1805 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.4.0
Check: tests
Result: ERROR
Running 'testthat.R' [140s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(netrics)
Loading required package: manynet
>
> test_check("netrics")
Starting 2 test processes.
> test-tutorials_netrics.R: [1] 0.48378
Saving _problems/test-tutorials_netrics-5.R
> test-member_community.R: i Considering each of `node_in_infomap()`, `node_in_spinglass()`, `node_in_fluid()`, `node_in_louvain()`, `node_in_leiden()`, `node_in_greedy()`, `node_in_eigen()`, and `node_in_walktrap()`.
> test-member_community.R: ========>---------------------- 25% | ETA: 3m
> test-member_community.R: v `node_in_eigen()` returns the highest modularity (0.857).
> test-member_community.R: ========>---------------------- 25% | ETA: 3m
[ FAIL 1 | WARN 31 | SKIP 40 | PASS 1805 ]
══ Skipped tests (40) ══════════════════════════════════════════════════════════
• On CRAN (3): 'test-mark_nodes.R:106:3', 'test-mark_ties.R:62:3',
'test-mark_ties.R:71:3'
• fn == "node_is_core" && manynet::is_directed(data_objs[[ob]]) is TRUE (1):
'test-mark_nodes.R:11:9'
• grepl("core|spatial", fn) is TRUE (12): 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7', 'test-measure_net.R:5:7',
'test-measure_net.R:5:7', 'test-measure_net.R:5:7'
• grepl("equivalency", fn) && ob == "labelled" is TRUE (1):
'test-measure_nodes.R:13:7'
• grepl("exposure|mixed|hazard", fn) is TRUE (12): 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7', 'test-motif_net.R:5:7',
'test-motif_net.R:5:7', 'test-motif_net.R:5:7'
• grepl("multideg", fn) is TRUE (6): 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7', 'test-measure_nodes.R:12:7',
'test-measure_nodes.R:12:7'
• grepl("net_by_factions", fn) && ob == "twomode" is TRUE (1):
'test-measure_net.R:6:7'
• grepl("tie_is_imbalanced", fn) && ob == "twomode" is TRUE (1):
'test-mark_ties.R:5:7'
• grepl("triad", fn) && is_twomode(data_objs[[ob]]) is TRUE (1):
'test-motif_net.R:6:7'
• grepl("triad|dyad", fn) && is_twomode(data_objs[[ob]]) is TRUE (2):
'test-motif_nodes.R:5:7', 'test-motif_nodes.R:5:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tutorials_netrics.R:4:5'): netrics tutorial code runs without warnings or errors ──
Expected `w` to be NULL.
Differences:
`actual` is an S3 object of class <deprecatedWarning/warning/condition>, a list
`expected` is NULL
Warning in expression 45 : (bm <- to_blocks(alge, node_in_structural(alge)))
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:4:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─netrics:::check_tute_functions(tute)
5. └─testthat::expect_null(...) at ./helper-netrics.R:190:5
[ FAIL 1 | WARN 31 | SKIP 40 | PASS 1805 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.