* using log directory ‘/srv/hornik/tmp/CRAN_pretest/migraph.Rcheck’ * using R Under development (unstable) (2026-02-16 r89426) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 21.1.8 (1+b1) Debian flang version 21.1.8 (1+b1) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-02-18 17:38:21 UTC * checking for file ‘migraph/DESCRIPTION’ ... OK * this is package ‘migraph’ version ‘1.5.7’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [5s/9s] OK * 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 ‘migraph’ can be installed ... [7s/7s] OK * checking package directory ... OK * checking for future file timestamps ... 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 ... [2s/2s] OK * checking whether the package can be loaded with stated dependencies ... [2s/2s] OK * checking whether the package can be unloaded cleanly ... [2s/2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK * checking whether the namespace can be unloaded cleanly ... [2s/2s] OK * checking loading without being on the library search path ... [2s/2s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... WARNING '::' or ':::' import not declared from: ‘tibble’ * checking S3 generic/method consistency ... WARNING tidy: function(x, ...) tidy.sienaFit: function(ans) glance: function(x, ...) glance.sienaFit: function(ans) summary: function(object, ...) summary.sienaFit: function(x, ...) summary: function(object, ...) summary.ergm: function(x, ...) See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [10s/10s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... 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 ... [15s/15s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [13s/9s] ERROR Running ‘testthat.R’ [12s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(manynet) > library(migraph) Loading required package: autograph Registered S3 method overwritten by 'migraph': method from summary.ergm ergm > > test_check("migraph") Starting 2 test processes. Saving _problems/test-model_tests-4.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 16 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-measure_over.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-model_tests.R:2:1'): (code run outside of `test_that()`) ─────── Error: 'fict_marvel' is not an exported object from 'namespace:manynet' Backtrace: ▆ 1. ├─... %>% manynet::to_subgraph(PowerOrigin == "Human") at test-model_tests.R:2:1 2. ├─manynet::to_subgraph(., PowerOrigin == "Human") 3. ├─manynet::to_unsigned(.) 4. ├─manynet::to_giant(.) 5. └─manynet::to_uniplex(manynet::fict_marvel, "relationship") [ FAIL 1 | WARN 0 | SKIP 1 | PASS 16 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 2 WARNINGs