- using R Under development (unstable) (2025-08-11 r88569)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘btergm/DESCRIPTION’ ... OK
- this is package ‘btergm’ version ‘1.11.1’
- 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 ‘btergm’ can be installed ... [29s/46s] OK
See the install log for details.
- 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... 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 ... [53s/68s] OK
- checking Rd files ... 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 ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [59s/70s] ERROR
Running ‘testthat.R’ [58s/70s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
>
> test_check("btergm")
Loading required package: btergm
Registered S3 methods overwritten by 'btergm':
method from
plot.gof ergm
print.gof ergm
Package: btergm
Version: 1.11.1
Date: 2025-03-19
Authors: Philip Leifeld (University of Manchester)
Skyler J. Cranmer (The Ohio State University)
Bruce A. Desmarais (Pennsylvania State University)
[ FAIL 1 | WARN 0 | SKIP 11 | PASS 51 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (11): 'test-btergm.R:74:3', 'test-btergm.R:173:3',
'test-btergm.R:190:3', 'test-data.R:4:3', 'test-gof.R:64:3',
'test-gof.R:211:3', 'test-gof.R:270:3', 'test-interpret.R:4:3',
'test-interpret.R:32:3', 'test-interpret.R:59:3', 'test-interpret.R:87:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-gof.R:60:3'): checkdegeneracy works with btergm and mtergm ─────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. ├─testthat::expect_output(checkdegeneracy(fit2), "Sample statistics summary") at test-gof.R:60:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. ├─btergm::checkdegeneracy(fit2)
11. └─btergm::checkdegeneracy(fit2)
12. ├─ergm::mcmc.diagnostics(object@ergm, ...)
13. └─ergm:::mcmc.diagnostics.ergm(object@ergm, ...)
14. ├─base::print(...)
15. └─ergm::ergm_plot.mcmc.list(...)
[ FAIL 1 | WARN 0 | SKIP 11 | PASS 51 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [10s/14s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR