R Under development (unstable) (2025-09-01 r88761 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. > > > library(testthat) > library(lolog) Loading required package: Rcpp > > test_check("lolog") 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.10.1 (2025-08-26), 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. Attaching package: 'igraph' The following objects are masked from 'package:network': %c%, %s%, add.edges, add.vertices, delete.edges, delete.vertices, get.edge.attribute, get.edges, get.vertex.attribute, is.bipartite, is.directed, list.edge.attributes, list.vertex.attributes, set.edge.attribute, set.vertex.attribute The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union Starting maximum pseudolikelihood estimation (MPLE): Obtaining the responsible dyads. Evaluating the predictor and response matrix. Maximizing the pseudolikelihood. Finished MPLE. Evaluating log-likelihood at the estimate. Model is dyad independent. Replications are redundant. Setting nReplicates <- 1L. Model is dyad independent. Replications are redundant. Setting nReplicates <- 1L. `stat_bin()` using `bins = 30`. Pick better value with `binwidth`. In term 'nodefactor' in package 'ergm': Argument 'base' has been superseded by 'levels', and it is recommended to use the latter. Note that its interpretation may be different. [ FAIL 0 | WARN 8 | SKIP 1 | PASS 68 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-inline.R:8:3' [ FAIL 0 | WARN 8 | SKIP 1 | PASS 68 ] > > proc.time() user system elapsed 13.79 1.82 20.17