R version 4.5.0 alpha (2025-03-18 r87998 ucrt) Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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 0 | WARN 0 | SKIP 11 | PASS 52 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 52 ] > > proc.time() user system elapsed 25.59 0.87 26.48