- using R version 4.6.1 RC (2026-06-18 r90186)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-06-24 13:08:55 UTC
- checking for file ‘manynet/DESCRIPTION’ ... OK
- this is package ‘manynet’ version ‘2.1.3’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘manynet’ can be installed ... [4s/5s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking whether startup messages can be suppressed ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [5s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking R/sysdata.rda ... OK
- checking examples ... [10s/13s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [9s/7s] ERROR
Running ‘testthat.R’ [9s/7s]
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_grab.R: v Deleting information from previous version(s).
> test-manip_split.R: i Obtaining neighbourhoods
> test-manip_split.R: v Obtaining neighbourhoods [5ms]
> test-manip_split.R:
> test-manip_split.R: i Obtaining neighbourhoods
> test-manip_split.R: v Obtaining neighbourhoods [3ms]
> test-manip_split.R:
> test-manip_split.R: i Obtaining neighbourhoods
> test-manip_split.R: v Obtaining neighbourhoods [3ms]
> test-manip_split.R:
> test-manip_split.R: i Obtaining neighbourhoods
> test-manip_split.R: v Obtaining neighbourhoods [3ms]
> test-manip_split.R:
> test-manip_split.R: i Obtaining neighbourhoods
> test-manip_split.R: v Obtaining neighbourhoods [3ms]
> test-manip_split.R:
> test-manip_split.R: i Obtaining neighbourhoods
> test-manip_split.R: v Obtaining neighbourhoods [3ms]
> 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 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
- checking PDF version of manual ... [4s/4s] OK
- DONE
Status: 1 ERROR