R Under development (unstable) (2024-01-26 r85832 ucrt) -- "Unsuffered Consequences" 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) > library(bigergm) Loading required package: ergm Loading required package: network 'network' 1.18.2 (2023-12-04), 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.6.0 (2023-12-17), 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: Rcpp > > test_check("bigergm") Compute pi for pi_s0v0w0 [1] 1 Compute pi for pi_s1v0w0 [1] 2 Compute pi for pi_s0v1w0 [1] 3 Compute pi for pi_s1v1w0 [1] 4 Compute pi for pi_s0v0w1 [1] 5 Compute pi for pi_s1v0w1 [1] 6 Compute pi for pi_s0v1w1 [1] 7 Compute pi for pi_s1v1w1 [1] 8 Compute pi for pi_s0v0w0 [1] 1 Compute pi for pi_s1v0w0 [1] 2 Compute pi for pi_s0v1w0 [1] 3 Compute pi for pi_s1v1w0 [1] 4 Compute pi for pi_s0v0w1 [1] 5 Compute pi for pi_s1v0w1 [1] 6 Compute pi for pi_s0v1w1 [1] 7 Compute pi for pi_s1v1w1 [1] 8 Compute pi for pi_s0v0w0 [1] 1 Compute pi for pi_s1v0w0 [1] 2 Compute pi for pi_s0v1w0 [1] 3 Compute pi for pi_s1v1w0 [1] 4 Compute pi for pi_s0v0w1 [1] 5 Compute pi for pi_s1v0w1 [1] 6 Compute pi for pi_s0v1w1 [1] 7 Compute pi for pi_s1v1w1 [1] 8 edges nodematch('x') nodematch('y') triangle kstar(2) -3.00 1.00 1.00 0.76 0.08 edges nodematch('x') nodematch('y') -5 2 2 edges nodematch('x') nodematch('y') triangle kstar(2) -3.00 1.00 1.00 0.76 0.08 edges nodematch('x') nodematch('y') -5 2 2 [ FAIL 3 | WARN 3 | SKIP 0 | PASS 196 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-simulate_hergm.R:473:3'): Yielding the same between-block network using the cpp function when the seed is fixed works ── all(adj1 == adj2) is not FALSE `actual`: TRUE `expected`: FALSE ── Failure ('test-simulate_hergm.R:474:3'): Yielding the same between-block network using the cpp function when the seed is fixed works ── all(adj1 == adj3) is not FALSE `actual`: TRUE `expected`: FALSE ── Failure ('test-simulate_hergm.R:475:3'): Yielding the same between-block network using the cpp function when the seed is fixed works ── all(adj2 == adj3) is not FALSE `actual`: TRUE `expected`: FALSE [ FAIL 3 | WARN 3 | SKIP 0 | PASS 196 ] Error: Test failures Execution halted