CRAN Package Check Results for Package manynet

Last updated on 2026-06-25 05:51:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.2 14.82 155.71 170.53 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.3 9.86 108.57 118.43 OK
r-devel-linux-x86_64-fedora-clang 2.1.3 29.00 216.81 245.81 OK
r-devel-linux-x86_64-fedora-gcc 2.1.3 27.00 231.49 258.49 OK
r-devel-windows-x86_64 2.1.2 19.00 157.00 176.00 ERROR
r-patched-linux-x86_64 2.1.2 17.64 130.05 147.69 OK
r-release-linux-x86_64 2.0.1 15.04 122.64 137.68 OK
r-release-macos-arm64 2.1.3 4.00 41.00 45.00 OK
r-release-macos-x86_64 2.1.3 12.00 145.00 157.00 OK
r-release-windows-x86_64 2.1.3 24.00 147.00 171.00 ERROR
r-oldrel-macos-arm64 2.1.3 4.00 51.00 55.00 OK
r-oldrel-macos-x86_64 2.1.3 12.00 160.00 172.00 OK
r-oldrel-windows-x86_64 2.1.2 28.00 173.00 201.00 OK

Check Details

Version: 2.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes. > test-class_stocnet.R: ! 'nodes$id' might be better called nodes$label. Saving _problems/test-class_stocnet-15.R > test-coercion.R: > test-coercion.R: -- # The Adolescent Society ---------------------------------------------------- > test-coercion.R: # A labelled, undirected network of 8 adolescents and 10 friendships ties > test-coercion.R: > test-coercion.R: -- Nodes > test-coercion.R: > test-coercion.R: -- Ties > test-coercion.R: > test-make_play.R: i Moving node 4 to node 72 > test-make_play.R: i Moving node 5 to node 61 > test-make_play.R: i Moving node 6 to node 54 > test-make_play.R: i Moving node 10 to node 14 > test-make_play.R: i Moving node 41 to node 53 > test-make_play.R: i Moving node 65 to node 74 > test-make_play.R: i Moving node 67 to node 38 > test-make_play.R: i Moving node 99 to node 15 > test-make_play.R: i Moving node 26 to node 4 > test-manip_grab.R: v Deleting information from previous version(s). > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [34ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [17ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [18ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [15ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [15ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [15ms] > test-manip_split.R: > test-manip_transform.R: i Using `matrix` method for `to_cosine()` and coercing back to `tidygraph`. > test-manip_transform.R: i Directions are assigned to existing ties at random. > test-manip_transform.R: i Assigning alphabetic baby names at random. > test-manip_transform.R: i Since no mark given, signs are generated by splitting a uniform distribution. > test-manip_transform.R: i Since no measure values given, weights are generated from a Poisson distribution with lambda = 4. > test-manip_transform.R: v Deleting information from previous version(s). > test-manip_transform.R: v Deleting information from previous version(s). [ FAIL 1 | WARN 0 | SKIP 16 | PASS 478 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • Known lossy coercion from network to stocnet (1): 'test-coercion.R:29:7' • Known lossy coercion from stocnet to network (1): 'test-coercion.R:28:7' • On CRAN (2): 'test-coercion.R:130:3', 'test-manip_split.R:48:3' • Some create functions only create one-mode networks (1): 'test-make_create.R:14:3' • Some functions expect a two-mode network (3): 'test-manip_transform.R:12:5', 'test-manip_transform.R:12:5', 'test-manip_transform.R:12:5' • Some functions have internal errors (2): 'test-manip_transform.R:13:5', 'test-manip_transform.R:13:5' • Some functions need more input (4): 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5' • nodelist and pajek read/write not tested yet (2): 'test-make_read.R:12:5', 'test-make_read.R:12:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-class_stocnet.R:6:3'): stocnet validation ────────────────────── Error in `reserved_cols(.data = list(nodes = tibble::tibble(id = 1)), component = "nodes", reserved_cols = "label", class = "character", aka = c("name", "id"))`: unused argument (reserved_cols = "label") Backtrace: ▆ 1. └─testthat::expect_message(...) at test-class_stocnet.R:6:3 2. └─testthat:::expect_condition_matching_(...) 3. └─testthat:::quasi_capture(...) 4. ├─testthat (local) .capture(...) 5. │ └─base::withCallingHandlers(...) 6. └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) [ FAIL 1 | WARN 0 | SKIP 16 | PASS 478 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.1.2
Check: tests
Result: ERROR Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes. > test-class_stocnet.R: ! 'nodes$id' might be better called nodes$label. Saving _problems/test-class_stocnet-15.R > test-coercion.R: > test-coercion.R: -- # The Adolescent Society ---------------------------------------------------- > test-coercion.R: # A labelled, undirected network of 8 adolescents and 10 friendships ties > test-coercion.R: > test-coercion.R: -- Nodes > test-coercion.R: > test-coercion.R: -- Ties > test-coercion.R: > test-make_play.R: i Moving node 4 to node 72 > test-make_play.R: i Moving node 5 to node 61 > test-make_play.R: i Moving node 6 to node 54 > test-make_play.R: i Moving node 10 to node 14 > test-make_play.R: i Moving node 41 to node 53 > test-make_play.R: i Moving node 65 to node 74 > test-make_play.R: i Moving node 67 to node 38 > test-make_play.R: i Moving node 99 to node 15 > test-make_play.R: i Moving node 26 to node 4 > test-manip_grab.R: v Deleting information from previous version(s). > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [28ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [12ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [9ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [10ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [13ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [13ms] > test-manip_split.R: > test-manip_transform.R: i Using `matrix` method for `to_cosine()` and coercing back to `tidygraph`. > test-manip_transform.R: i Directions are assigned to existing ties at random. > test-manip_transform.R: i Assigning alphabetic baby names at random. > test-manip_transform.R: i Since no mark given, signs are generated by splitting a uniform distribution. > test-manip_transform.R: i Since no measure values given, weights are generated from a Poisson distribution with lambda = 4. > test-manip_transform.R: v Deleting information from previous version(s). > test-manip_transform.R: v Deleting information from previous version(s). [ FAIL 1 | WARN 0 | SKIP 16 | PASS 478 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • Known lossy coercion from network to stocnet (1): 'test-coercion.R:29:7' • Known lossy coercion from stocnet to network (1): 'test-coercion.R:28:7' • On CRAN (2): 'test-coercion.R:130:3', 'test-manip_split.R:48:3' • Some create functions only create one-mode networks (1): 'test-make_create.R:14:3' • Some functions expect a two-mode network (3): 'test-manip_transform.R:12:5', 'test-manip_transform.R:12:5', 'test-manip_transform.R:12:5' • Some functions have internal errors (2): 'test-manip_transform.R:13:5', 'test-manip_transform.R:13:5' • Some functions need more input (4): 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5' • nodelist and pajek read/write not tested yet (2): 'test-make_read.R:12:5', 'test-make_read.R:12:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-class_stocnet.R:6:3'): stocnet validation ────────────────────── Error in `reserved_cols(.data = list(nodes = tibble::tibble(id = 1)), component = "nodes", reserved_cols = "label", class = "character", aka = c("name", "id"))`: unused argument (reserved_cols = "label") Backtrace: ▆ 1. └─testthat::expect_message(...) at test-class_stocnet.R:6:3 2. └─testthat:::expect_condition_matching_(...) 3. └─testthat:::quasi_capture(...) 4. ├─testthat (local) .capture(...) 5. │ └─base::withCallingHandlers(...) 6. └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) [ FAIL 1 | WARN 0 | SKIP 16 | PASS 478 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 2.1.3
Check: tests
Result: ERROR Running 'testthat.R' [12s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(manynet) > > test_check("manynet") Starting 2 test processes. > test-class_stocnet.R: ! 'nodes$id' might be better called nodes$label. > test-class_stocnet.R: ! 'nodes$id' might be better called nodes$label. Saving _problems/test-class_stocnet-15.R Saving _problems/test-class_stocnet-24.R > test-coercion.R: > test-coercion.R: -- # The Adolescent Society ---------------------------------------------------- > test-coercion.R: # A labelled, undirected network of 8 adolescents and 10 friendships ties > test-coercion.R: > test-coercion.R: -- Nodes > test-coercion.R: > test-coercion.R: -- Ties > test-coercion.R: > test-make_play.R: i Moving node 4 to node 72 > test-make_play.R: i Moving node 5 to node 61 > test-make_play.R: i Moving node 6 to node 54 > test-make_play.R: i Moving node 10 to node 14 > test-make_play.R: i Moving node 41 to node 53 > test-make_play.R: i Moving node 65 to node 74 > test-make_play.R: i Moving node 67 to node 38 > test-make_play.R: i Moving node 99 to node 15 > test-make_play.R: i Moving node 26 to node 4 > test-manip_format.R: i Using `igraph` method for `to_undirected()` and coercing back to `edgelist`. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Using `igraph` method for `to_directed()` and coercing back to `matrix`. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Using `igraph` method for `to_directed()` and coercing back to `network`. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Using `igraph` method for `to_directed()` and coercing back to `matrix`. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Using `igraph` method for `to_directed()` and coercing back to `network`. > test-manip_format.R: i Using `igraph` method for `to_redirected()` and coercing back to `network`. > test-manip_format.R: i Using `igraph` method for `to_acyclic()` and coercing back to `matrix`. > test-manip_format.R: i Using `igraph` method for `to_acyclic()` and coercing back to `network`. > test-manip_format.R: i Directions are assigned to existing ties at random. > test-manip_format.R: i Using `igraph` method for `to_directed()` and coercing back to `network`. > test-manip_format.R: i Using `igraph` method for `to_reciprocated()` and coercing back to `network`. > test-manip_format.R: i Assigning alphabetic baby names at random. > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [13ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [9ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [12ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [12ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [12ms] > test-manip_split.R: > test-manip_split.R: i Obtaining neighbourhoods > test-manip_split.R: v Obtaining neighbourhoods [15ms] > test-manip_split.R: [ FAIL 2 | WARN 0 | SKIP 16 | PASS 478 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • Known lossy coercion from network to stocnet (1): 'test-coercion.R:29:7' • Known lossy coercion from stocnet to network (1): 'test-coercion.R:28:7' • On CRAN (2): 'test-coercion.R:130:3', 'test-manip_split.R:48:3' • Some create functions only create one-mode networks (1): 'test-make_create.R:14:3' • Some functions expect a two-mode network (3): 'test-manip_transform.R:12:5', 'test-manip_transform.R:12:5', 'test-manip_transform.R:12:5' • Some functions have internal errors (2): 'test-manip_transform.R:13:5', 'test-manip_transform.R:13:5' • Some functions need more input (4): 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5', 'test-manip_transform.R:11:5' • nodelist and pajek read/write not tested yet (2): 'test-make_read.R:12:5', 'test-make_read.R:12:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-class_stocnet.R:6:3'): stocnet validation ──────────────────── Expected `reserved_cols(...)` to throw a message. ── Error ('test-class_stocnet.R:16:3'): stocnet validation ───────────────────── Error in `reserved_cols(.data = list(nodes = tibble::tibble(mode = 1)), component = "nodes", column = "mode", class = "character")`: 'nodes$mode' must be of class 'character'. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-class_stocnet.R:16:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─manynet:::reserved_cols(...) 8. └─manynet::snet_abort("'{component}${column}' must be of class '{class}'.") 9. └─cli::cli_abort(paste(...), .envir = .envir) 10. └─rlang::abort(...) [ FAIL 2 | WARN 0 | SKIP 16 | PASS 478 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64