Last updated on 2025-08-12 13:48:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.2.2 | 18.06 | 403.90 | 421.96 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.2.2 | 13.93 | 272.28 | 286.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 4.2.2 | 661.67 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 4.2.2 | 676.72 | ERROR | |||
r-devel-windows-x86_64 | 4.2.2 | 26.00 | 237.00 | 263.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 4.2.2 | 21.25 | 389.45 | 410.70 | OK | |
r-release-linux-x86_64 | 4.2.2 | 20.07 | 393.39 | 413.46 | OK | |
r-release-macos-arm64 | 4.2.2 | 137.00 | OK | |||
r-release-macos-x86_64 | 4.2.2 | 245.00 | OK | |||
r-release-windows-x86_64 | 4.2.2 | 30.00 | 244.00 | 274.00 | OK | --no-vignettes |
r-oldrel-macos-arm64 | 4.2.2 | 144.00 | OK | |||
r-oldrel-macos-x86_64 | 4.2.2 | 251.00 | OK | |||
r-oldrel-windows-x86_64 | 4.2.2 | 35.00 | 267.00 | 302.00 | OK | --no-vignettes |
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