Package check result: NOTE Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Pavel N. Krivitsky ’ Days since last update: 0 License components with restrictions and base license permitting such: GPL-3 + file LICENSE File 'LICENSE': -------------------------------------------------- License for the 'statnet' component package 'ergm' -------------------------------------------------- This software is distributed under the GPL-3 license. It is free, open source, and has the following attribution requirements (GPL Section 7): (a) you agree to retain in 'ergm' and any modifications to 'ergm' the copyright, author attribution and URL information as provided at statnet.org/attribution (b) you agree that 'ergm' and any modifications to 'ergm' will, when used, display the attribution: Based on 'statnet' project software (statnet.org). For license and citation information see statnet.org/attribution -------------------------------------------------- What does this mean? ==================== If you are modifying 'ergm' or adopting any source code from 'ergm' for use in another application, you must ensure that the copyright and attributions mentioned in the license above appear in the code of your modified version or application. These attributions must also appear when the package is loaded (e.g., via 'library' or 'require'). Enjoy! Mark S. Handcock, University of California, Los Angeles David R. Hunter, Penn State University Carter T. Butts, University of California, Irvine Steven M. Goodreau, University of Washington Pavel N. Krivitsky, University of New South Wales Michał Bojanowski, Kozminski University Martina Morris, University of Washington The 'statnet' development team Copyright 2003-2025 Other contributors ==================== khash.h "library" is Copyright (c) 2008, 2009, 2011 by Attractive Chaos , incorporated under the MIT license. kvec.h "library" is Copyright (c) 2008 by Attractive Chaos , incorporated under the MIT license. Found the following (possibly) invalid URLs: URL: https://csss.uw.edu/research/working-papers/assessing-degeneracy-statistical-models-social-networks From: man/ergm-package.Rd man/ergm.Rd inst/doc/ergm.html Status: Error Message: SSL peer certificate or SSH remote key was not OK [csss.uw.edu]: server verification failed: certificate signer not trusted. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) Changes to worse in reverse depends: Package: ergm.multi Check: tests New result: ERROR Running ‘testthat.R’ [36s/30s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm.multi, 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 2003-2025 Statnet Commons > ################################################################################ > library(testthat) > library(ergm.multi) 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.10.0 (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. 'ergm.multi' 0.3.0 (2025-06-14), part of the Statnet Project * 'news(package="ergm.multi")' for changes since last version * 'citation("ergm.multi")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'ergm.multi' The following object is masked from 'package:ergm': snctrl > > test_check("ergm.multi") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 0 | PASS 54 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-multinet.R:89:5'): N() estimation with an LM, subsetting down to only 1 network, and noncompacted stats ── Error in `-fit$hessian`: invalid argument to unary operator Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-multinet.R:89:5 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─ergm::ergm(...) 8. └─ergm:::ergm.fit(...) 9. └─ergm:::ergm.mple(...) 10. └─ergm:::ergm.logitreg(...) 11. └─statnet.common::sginv(-fit$hessian, tol = .Machine$double.eps^(3/4)) 12. └─statnet.common:::.sqrt_inv_diag(X) 13. └─statnet.common:::.inv_diag(X) 14. ├─base::diag(as.matrix(X)) 15. └─base::as.matrix(X) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 54 ] Error: Test failures Execution halted Package: statnet Check: whether startup messages can be suppressed New result: NOTE There are updates for the following statnet packages on CRAN: Installed ReposVer Built ergm "4.9.0" "4.9.0.1" "4.6.0" Restart R and use "statnet::update_statnet()" to get the updates. It looks like this package (or a package it requires) has a startup message which cannot be suppressed: see ?packageStartupMessage.