R Under development (unstable) (2025-06-14 r88315 ucrt) -- "Unsuffered Consequences" 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. > # 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 0 | WARN 6 | SKIP 0 | PASS 4204 ] [ FAIL 0 | WARN 6 | SKIP 0 | PASS 4204 ] > > proc.time() user system elapsed 10.90 0.96 130.11