R version 4.4.0 alpha (2024-03-26 r86209 ucrt) Copyright (C) 2024 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.10.12 Date: 2024-03-31 Authors: Philip Leifeld (University of Manchester) Skyler J. Cranmer (The Ohio State University) Bruce A. Desmarais (Pennsylvania State University) [ FAIL 0 | WARN 2 | SKIP 8 | PASS 52 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-btergm.R:82:3', 'test-btergm.R:180:3', 'test-btergm.R:197:3', 'test-data.R:4:3', 'test-interpret.R:4:3', 'test-interpret.R:32:3', 'test-interpret.R:59:3', 'test-interpret.R:87:3' [ FAIL 0 | WARN 2 | SKIP 8 | PASS 52 ] > > proc.time() user system elapsed 27.70 1.10 28.81