CRAN Package Check Results for Package ergm.ego

Last updated on 2025-04-13 01:51:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 19.21 265.75 284.96 OK
r-devel-linux-x86_64-debian-gcc 1.1.2 14.67 98.77 113.44 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.2 439.71 OK
r-devel-macos-arm64 1.1.2 114.00 OK
r-devel-macos-x86_64 1.1.2 239.00 OK
r-devel-windows-x86_64 1.1.2 23.00 207.00 230.00 OK
r-patched-linux-x86_64 1.1.2 20.37 253.91 274.28 OK
r-release-linux-x86_64 1.1.2 OK
r-release-macos-arm64 1.1.2 116.00 OK
r-release-macos-x86_64 1.1.2 224.00 OK
r-release-windows-x86_64 1.1.2 30.00 276.00 306.00 OK
r-oldrel-macos-arm64 1.1.2 112.00 OK
r-oldrel-macos-x86_64 1.1.2 234.00 OK
r-oldrel-windows-x86_64 1.1.2 30.00 268.00 298.00 OK

Check Details

Version: 1.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/7s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm.ego, part of the > # Statnet suite of packages for network analysis, https://statnet.org . > # > # This software is distributed under the GPL-3 license. It is free, > # open source, and has the attribution requirements (GPL Section 7) at > # https://statnet.org/attribution . > # > # Copyright 2015-2025 Statnet Commons > ################################################################################ > library(testthat) > library(ergm.ego) Loading required package: ergm Loading required package: network 'network' 1.19.0 (2024-12-08), part of the Statnet Project * 'news(package="network")' for changes since last version * 'citation("network")' for citation information * 'https://statnet.org' for help, support, and other information 'ergm' 4.8.1 (2025-01-20), part of the Statnet Project * 'news(package="ergm")' for changes since last version * 'citation("ergm")' for citation information * 'https://statnet.org' for help, support, and other information 'ergm' 4 is a major update that introduces some backwards-incompatible changes. Please type 'news(package="ergm")' for a list of major changes. Loading required package: egor Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: tibble 'ergm.ego' 1.1.2 (2025-02-12), part of the Statnet Project * 'news(package="ergm.ego")' for changes since last version * 'citation("ergm.ego")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'ergm.ego' The following objects are masked from 'package:ergm': COLLAPSE_SMALLEST, snctrl The following object is masked from 'package:base': sample > > test_check("ergm.ego") Starting 2 test processes Error in `private$handle_error()`: ! testthat subprocess failed to start, stderr: Loading required package: ergm Loading required package: network Loading required package: utils 'network' 1.19.0 (2024-12-08), part of the Statnet Project * 'news(package="network")' for changes since last version * 'citation("network")' for citation information * 'https://statnet.org' for help, support, and other information 'ergm' 4.8.1 (2025-01-20), part of the Statnet Project * 'news(package="ergm")' for changes since last version * 'citation("ergm")' for citation information * 'https://statnet.org' for help, support, and other information 'ergm' 4 is a major update that introduces some backwards-incompatible changes. Please type 'news(package="ergm")' for a list of major changes. Loading required package: egor Loading required package: dplyr Attaching package: 'dplyr' The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: tibble Error: package or namespace load failed for 'egor' in ans[ypos] <- rep(yes, length.out = len)[ypos]: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'integer' Error: package 'egor' could not be loaded Caused by error: ! R session crashed with exit code 1 Backtrace: ▆ 1. └─testthat::test_check("ergm.ego") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc