R Under development (unstable) (2023-10-04 r85267 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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.11 Date: 2023-10-05 Authors: Philip Leifeld (University of Essex) Skyler J. Cranmer (The Ohio State University) Bruce A. Desmarais (Pennsylvania State University) [ FAIL 0 | WARN 0 | 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 0 | SKIP 8 | PASS 52 ] > > proc.time() user system elapsed 26.65 1.18 27.84