CRAN Package Check Results for Maintainer ‘Pavel N. Krivitsky <pavel at statnet.org>’

Last updated on 2025-08-14 01:49:39 CEST.

Package ERROR WARN NOTE OK
ergm 4 1 2 6
ergm.count 1 6 6
ergm.ego 13
ergm.multi 13
ergm.rank 1 6 6
latentnet 9 4
rle 13
statnet.common 13
tergm 1 12

Package ergm

Current CRAN status: ERROR: 4, WARN: 1, NOTE: 2, OK: 6

Version: 4.9.0
Flags: --no-vignettes
Check: tests
Result: ERROR Running ‘requireNamespaceTest.R’ [2s/2s] Running ‘testthat.R’ [356s/192s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm, 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 2003-2025 Statnet Commons > ################################################################################ > library(testthat) > library(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.9.0 (2025-06-09), 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. > > test_check("ergm") Starting 2 test processes [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-miss.R:58:3'): directed network ──────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:65:3'): undirected Network ────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:72:3'): Bipartite Undirected Network ──────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ── Expected `mcmc.diagnostics(fit)` to run without any conditions. i Actually got a <simpleError> with text: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. ── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ─── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:17: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ─────── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:26: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 4.9.0
Flags: --no-vignettes
Check: tests
Result: ERROR Running ‘requireNamespaceTest.R’ [1s/2s] Running ‘testthat.R’ [233s/125s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm, 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 2003-2025 Statnet Commons > ################################################################################ > library(testthat) > library(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.9.0 (2025-06-09), 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. > > test_check("ergm") Starting 2 test processes [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-miss.R:58:3'): directed network ──────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:65:3'): undirected Network ────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:72:3'): Bipartite Undirected Network ──────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ── Expected `mcmc.diagnostics(fit)` to run without any conditions. i Actually got a <simpleError> with text: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. ── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ─── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:17: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ─────── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:26: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 4.9.0
Check: tests
Result: ERROR Running ‘requireNamespaceTest.R’ Running ‘testthat.R’ [558s/306s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm, 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 2003-2025 Statnet Commons > ################################################################################ > library(testthat) > library(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.9.0 (2025-06-09), 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. > > test_check("ergm") Starting 2 test processes [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-miss.R:58:3'): directed network ──────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:65:3'): undirected Network ────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:72:3'): Bipartite Undirected Network ──────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ── Expected `mcmc.diagnostics(fit)` to run without any conditions. i Actually got a <simpleError> with text: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. ── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ─── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:17: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ─────── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:26: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 4.9.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Network-Callback-API.Rmd’ using rmarkdown --- finished re-building ‘Network-Callback-API.Rmd’ --- re-building ‘Proposal-Lookup-API.Rmd’ using rmarkdown --- finished re-building ‘Proposal-Lookup-API.Rmd’ --- re-building ‘Terms-API.Rmd’ using rmarkdown --- finished re-building ‘Terms-API.Rmd’ --- re-building ‘ergm-term-crossRef.Rmd’ using rmarkdown --- finished re-building ‘ergm-term-crossRef.Rmd’ --- re-building ‘ergm.Rmd’ using rmarkdown Quitting from ergm.Rmd:514-519 [unnamed-chunk-26] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. --- Backtrace: ▆ 1. ├─ergm::mcmc.diagnostics(fit) 2. └─ergm:::mcmc.diagnostics.ergm(fit) 3. ├─base::print(...) 4. └─ergm::ergm_plot.mcmc.list(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'ergm.Rmd' failed with diagnostics: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. --- failed re-building ‘ergm.Rmd’ --- re-building ‘nodal_attributes.Rmd’ using rmarkdown --- finished re-building ‘nodal_attributes.Rmd’ SUMMARY: processing the following file failed: ‘ergm.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 4.9.0
Check: tests
Result: ERROR Running ‘requireNamespaceTest.R’ Running ‘testthat.R’ [541s/366s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm, 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 2003-2025 Statnet Commons > ################################################################################ > library(testthat) > library(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.9.0 (2025-06-09), 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. > > test_check("ergm") Starting 2 test processes [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-miss.R:58:3'): directed network ──────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:65:3'): undirected Network ────────────────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Error ('test-miss.R:72:3'): Bipartite Undirected Network ──────────────────── Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Backtrace: ▆ 1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3 2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3 3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit) 4. ├─base::print(...) 5. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ── Expected `mcmc.diagnostics(fit)` to run without any conditions. i Actually got a <simpleError> with text: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. ── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ─── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:17: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) ── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ─────── `mcmc.diagnostics(fit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-target-offset.R:26: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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(fit) 14. └─ergm:::mcmc.diagnostics.ergm(fit) 15. ├─base::print(...) 16. └─ergm::ergm_plot.mcmc.list(...) [ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 4.9.0
Flags: --no-vignettes
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: no hsearch.rds meta data for package ergm See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/ergm.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ Flavor: r-patched-linux-x86_64

Version: 4.9.0
Check: installed package size
Result: NOTE installed size is 8.4Mb sub-directories of 1Mb or more: R 2.1Mb doc 1.3Mb help 1.0Mb libs 3.3Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package ergm.count

Current CRAN status: ERROR: 1, NOTE: 6, OK: 6

Version: 4.1.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Binomial-ergmReference-cdff43a4.Rd: ergmTerm, ergmReference CMB-ergmTerm-5a51afe9.Rd: ergmTerm CMP-ergmTerm-4d501174.Rd: ergmTerm Disc-ergmProposal-b6c6e5ca.Rd: DiscUnif-ergmReference, ergmProposal DiscTNT-ergmProposal-c3c2e8cb.Rd: DiscUnif-ergmReference, ergmProposal, TNT-ergmProposal Geometric-ergmReference-1ee5c5ac.Rd: sum-ergmTerm, ergmReference Poisson-ergmReference-40df5ec8.Rd: ergmTerm, ergmReference ZIPoisson-ergmProposal-bba55a81.Rd: ergmProposal ergm.count-package.Rd: ergm-package, ergmReference, ergmTerm, ergm, control.ergm zach.Rd: network Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 4.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘valued.Rmd’ using rmarkdown Quitting from valued.Rmd:575-580 [unnamed-chunk-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. --- Backtrace: ▆ 1. ├─ergm::mcmc.diagnostics(samplk.tot.nm) 2. └─ergm:::mcmc.diagnostics.ergm(samplk.tot.nm) 3. ├─base::print(...) 4. └─ergm::ergm_plot.mcmc.list(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'valued.Rmd' failed with diagnostics: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. --- failed re-building ‘valued.Rmd’ SUMMARY: processing the following file failed: ‘valued.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Package ergm.ego

Current CRAN status: OK: 13

Package ergm.multi

Current CRAN status: OK: 13

Package ergm.rank

Current CRAN status: ERROR: 1, NOTE: 6, OK: 6

Version: 4.1.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: AlterSwap-ergmProposal-7e827ae4.Rd: ergmProposal CompleteOrder-ergmReference-f40141c3.Rd: ergmReference ergm.rank-package.Rd: ergm-package, ergm rankdeference-ergmTerm-73181c43.Rd: ergmTerm rankedgecov-ergmTerm-5905bc22.Rd: ergmTerm rankinconsistency-ergmTerm-b232ab56.Rd: network, ergmTerm ranknodeicov-ergmTerm-856bed59.Rd: ergmTerm ranknonconformity-ergmTerm-a4593778.Rd: ergmTerm Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 4.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘ordinal.Rmd’ using rmarkdown Quitting from ordinal.Rmd:360-362 [unnamed-chunk-6] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. --- Backtrace: ▆ 1. ├─ergm::mcmc.diagnostics(newc.fit1) 2. └─ergm:::mcmc.diagnostics.ergm(newc.fit1) 3. ├─base::print(...) 4. └─ergm::ergm_plot.mcmc.list(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'ordinal.Rmd' failed with diagnostics: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. --- failed re-building ‘ordinal.Rmd’ SUMMARY: processing the following file failed: ‘ordinal.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Package latentnet

Current CRAN status: NOTE: 9, OK: 4

Version: 2.11.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Intercept-ergmTerm-49126971.Rd: edges-ergmTerm, ergm, ergmTerm bilinear-ergmTerm-3e739bd7.Rd: ergm, ergmTerm ergmm.Rd: ergmTerm, ergm-package, network ergmm.prior.Rd: ergmTerm euclidean-ergmTerm-6ab46c25.Rd: ergm, ergmTerm euclidean2-ergmTerm-939e9c32.Rd: ergm, ergmTerm latentcov-ergmTerm-fba43306.Rd: ergm, ergmTerm latentnet-package.Rd: ergmTerm loopcov-ergmTerm-bbc2e00a.Rd: ergm, ergmTerm loopfactor-ergmTerm-19d02eff.Rd: ergm, ergmTerm loops-ergmTerm-968722e8.Rd: ergm, ergmTerm receivercov-ergmTerm-ea158ece.Rd: nodeicov-ergmTerm, nodeifactor-ergmTerm, nodecov-ergmTerm, nodefactor-ergmTerm, ergm, ergmTerm rreceiver-ergmTerm-abdcadad.Rd: ergm, ergmTerm rsender-ergmTerm-b342610b.Rd: ergm, ergmTerm rsociality-ergmTerm-7ae668b9.Rd: ergm, ergmTerm sendercov-ergmTerm-a7b5c66c.Rd: nodeocov-ergmTerm, nodeofactor-ergmTerm, nodecov-ergmTerm, nodefactor-ergmTerm, ergm, ergmTerm socialitycov-ergmTerm-339101cf.Rd: nodecov-ergmTerm, nodefactor-ergmTerm, ergm, ergmTerm Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 2.11.0
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rle

Current CRAN status: OK: 13

Package statnet.common

Current CRAN status: NOTE: 13

Version: 4.12.0
Check: R code for possible problems
Result: NOTE Found the following possibly unsafe calls: File ‘statnet.common/R/control.utilities.R’: unlockBinding("snctrl", environment(snctrl)) unlockBinding("snctrl", environment(update_my_snctrl)) Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package tergm

Current CRAN status: ERROR: 1, OK: 12

Version: 4.2.2
Check: tests
Result: ERROR Running ‘degree.mean.age.R’ [12s/17s] Running ‘dynamic_EGMME.R’ Running ‘dynamic_MLE_blockdiag.R’ Running ‘dynamic_MLE_blockdiag.bipartite.R’ Running ‘sim_gf_sum.R’ [13s/23s] Running ‘simulate_networkDynamic.R’ [9s/12s] Running ‘tergm_offset_tests.R’ Running ‘tergm_parallel.R’ Running ‘testthat.R’ [454s/306s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package tergm, 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 2008-2025 Statnet Commons > ################################################################################ > > require(testthat) Loading required package: testthat > require(tergm) Loading required package: tergm 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.9.0 (2025-06-09), 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: networkDynamic 'networkDynamic' 0.11.5 (2024-11-21), part of the Statnet Project * 'news(package="networkDynamic")' for changes since last version * 'citation("networkDynamic")' for citation information * 'https://statnet.org' for help, support, and other information Registered S3 method overwritten by 'tergm': method from simulate_formula.network ergm 'tergm' 4.2.2 (2025-06-15), part of the Statnet Project * 'news(package="tergm")' for changes since last version * 'citation("tergm")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'tergm' The following object is masked from 'package:ergm': snctrl > > test_check("tergm") Starting 2 test processes [ FAIL 1 | WARN 4 | SKIP 0 | PASS 4203 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-EGMME-simple.R:36:1'): EGMME case with a closed form fits and prints correctly ── `mcmc.diagnostics(dynfit)` threw an unexpected error. Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-EGMME-simple.R:36:1 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. ├─testthat::expect_error(mcmc.diagnostics(dynfit), NA) 8. │ └─testthat:::expect_condition_matching(...) 9. │ └─testthat:::quasi_capture(...) 10. │ ├─testthat (local) .capture(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 13. ├─ergm::mcmc.diagnostics(dynfit) 14. ├─tergm:::mcmc.diagnostics.tergm_EGMME(dynfit) 15. ├─base::NextMethod("mcmc.diagnostics", object, esteq = FALSE, ...) 16. └─ergm:::mcmc.diagnostics.ergm(dynfit, esteq = FALSE) 17. ├─base::print(...) 18. └─ergm::ergm_plot.mcmc.list(...) [ FAIL 1 | WARN 4 | SKIP 0 | PASS 4203 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc