CRAN Package Check Results for Maintainer ‘Pavel N. Krivitsky <pavel at statnet.org>’

Last updated on 2024-11-09 05:49:55 CET.

Package ERROR WARN NOTE OK
ergm 1 1 5 6
ergm.count 3 10
ergm.ego 4 9
ergm.multi 3 10
ergm.rank 3 10
latentnet 11 2
rle 13
statnet.common 13
tergm 13

Package ergm

Current CRAN status: ERROR: 1, WARN: 1, NOTE: 5, OK: 6

Version: 4.7.5
Check: tests
Result: ERROR Running ‘requireNamespaceTest.R’ Running ‘testthat.R’ [67s/38s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm, 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-2024 Statnet Commons > ################################################################################ > library(testthat) > library(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.7.5 (2024-11-06), 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. > > test_check("ergm") Starting 2 test processes Error in `private$handle_error()`: ! testthat subprocess exited in file `test-constraints.R` Caused by error: ! R session crashed with exit code -11 Backtrace: ▆ 1. └─testthat::test_check("ergm") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 4.7.1
Flags: --no-vignettes
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: no hsearch.rds meta data for package ergm See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/ergm.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-14 (Debian 14.2.0-6) 14.2.0’ Flavor: r-patched-linux-x86_64

Version: 4.7.5
Check: installed package size
Result: NOTE installed size is 7.6Mb sub-directories of 1Mb or more: R 1.1Mb doc 1.6Mb libs 3.2Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 4.7.1
Flags: --no-examples --no-tests --no-vignettes
Check: installed package size
Result: NOTE installed size is 5.1Mb sub-directories of 1Mb or more: R 1.0Mb doc 1.7Mb help 1.0Mb Flavor: r-release-windows-x86_64

Package ergm.count

Current CRAN status: NOTE: 3, OK: 10

Version: 4.1.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Binomial-ergmReference-cdff43a4.Rd: ergmTerm, ergmReference CMB-ergmTerm-5a51afe9.Rd: ergmTerm CMP-ergmTerm-4d501174.Rd: ergmTerm Disc-ergmProposal-b6c6e5ca.Rd: DiscUnif-ergmReference, ergmProposal DiscTNT-ergmProposal-c3c2e8cb.Rd: DiscUnif-ergmReference, ergmProposal, TNT-ergmProposal Geometric-ergmReference-1ee5c5ac.Rd: sum-ergmTerm, ergmReference Poisson-ergmReference-40df5ec8.Rd: ergmTerm, ergmReference ZIPoisson-ergmProposal-bba55a81.Rd: ergmProposal ergm.count-package.Rd: ergm-package, ergmReference, ergmTerm, ergm, control.ergm zach.Rd: network Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Package ergm.ego

Current CRAN status: ERROR: 4, OK: 9

Version: 1.1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: EgoStat-internal.Rd: egor as.egor.egodata.Rd: egor as.egor.network.Rd: network, egor control.ergm.ego.Rd: network degreedist.egor.Rd: egor ergm.ego-terms.Rd: egor ergm.ego.Rd: egor gof.ergm.ego.Rd: control.gof.formula, control.gof.ergm mixingmatrix.egor.Rd: egor nodal_attributes-API.Rd: check.ErgmTerm, egor, network simulate.ergm.ego.Rd: network, ergm, simulate.ergm summary_formula.egor.Rd: egor template_network.Rd: egor, tibble Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [137s/83s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm.ego, 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 2015-2023 Statnet Commons > ################################################################################ > library(testthat) > library(ergm.ego) 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.7.5 (2024-11-06), 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: egor Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: tibble 'ergm.ego' 1.1.0 (2023-05-30), part of the Statnet Project * 'news(package="ergm.ego")' for changes since last version * 'citation("ergm.ego")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'ergm.ego' The following objects are masked from 'package:ergm': COLLAPSE_SMALLEST, snctrl The following object is masked from 'package:base': sample > > test_check("ergm.ego") Starting 2 test processes [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-EgoStat.R:202:3'): egostats with alter missing data are close to complete network stats ── pval > 0.001 is not TRUE `actual`: FALSE `expected`: TRUE Varying missing alter data estimate is off, p-value = 1.08762982711116e-09 [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [129s/78s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm.ego, 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 2015-2023 Statnet Commons > ################################################################################ > library(testthat) > library(ergm.ego) 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.7.1 (2024-10-07), 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: egor Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: tibble 'ergm.ego' 1.1.0 (2023-05-30), part of the Statnet Project * 'news(package="ergm.ego")' for changes since last version * 'citation("ergm.ego")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'ergm.ego' The following objects are masked from 'package:ergm': COLLAPSE_SMALLEST, snctrl The following object is masked from 'package:base': sample > > test_check("ergm.ego") Starting 2 test processes [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-EgoStat.R:202:3'): egostats with alter missing data are close to complete network stats ── pval > 0.001 is not TRUE `actual`: FALSE `expected`: TRUE Varying missing alter data estimate is off, p-value = 1.08762982711116e-09 [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [130s/79s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # File tests/testthat.R in package ergm.ego, 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 2015-2023 Statnet Commons > ################################################################################ > library(testthat) > library(ergm.ego) 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.7.1 (2024-10-07), 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: egor Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: tibble 'ergm.ego' 1.1.0 (2023-05-30), part of the Statnet Project * 'news(package="ergm.ego")' for changes since last version * 'citation("ergm.ego")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'ergm.ego' The following objects are masked from 'package:ergm': COLLAPSE_SMALLEST, snctrl The following object is masked from 'package:base': sample > > test_check("ergm.ego") Starting 2 test processes [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-EgoStat.R:202:3'): egostats with alter missing data are close to complete network stats ── pval > 0.001 is not TRUE `actual`: FALSE `expected`: TRUE Varying missing alter data estimate is off, p-value = 1.08762982711116e-09 [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.1.0
Check: tests
Result: ERROR Running 'testthat.R' [74s] Running the tests in 'tests/testthat.R' failed. Complete output: > # File tests/testthat.R in package ergm.ego, 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 2015-2023 Statnet Commons > ################################################################################ > library(testthat) > library(ergm.ego) 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.7.1 (2024-10-07), 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: egor Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: tibble 'ergm.ego' 1.1.0 (2023-05-30), part of the Statnet Project * 'news(package="ergm.ego")' for changes since last version * 'citation("ergm.ego")' for citation information * 'https://statnet.org' for help, support, and other information Attaching package: 'ergm.ego' The following objects are masked from 'package:ergm': COLLAPSE_SMALLEST, snctrl The following object is masked from 'package:base': sample > > test_check("ergm.ego") Starting 2 test processes [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-EgoStat.R:202:3'): egostats with alter missing data are close to complete network stats ── pval > 0.001 is not TRUE `actual`: FALSE `expected`: TRUE Varying missing alter data estimate is off, p-value = 1.08762982711116e-09 [ FAIL 1 | WARN 2 | SKIP 0 | PASS 89 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Package ergm.multi

Current CRAN status: NOTE: 3, OK: 10

Version: 0.2.1.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: CMBL-ergmTerm-faa5fa2c.Rd: ergmTerm Goeyvaerts.Rd: network L-ergmTerm-719c792f.Rd: ergm, ergmTerm Layer.Rd: nodal_attributes, ergm, mutual-ergmTerm, ergmTerm Lazega.Rd: network N-ergmTerm-c9b59cc1.Rd: ergm, ergmTerm Networks.Rd: ergmTerm b1degreeL-ergmTerm-ef9f1358.Rd: ergmTerm b2degree-ergmTerm-20b6a8ee.Rd: ergmTerm blacklist_block-ergmConstraint-0070df6d.Rd: ergmConstraint blockdiag-ergmProposal-140bec05.Rd: ergmProposal blockdiagTNT-ergmProposal-7555cd70.Rd: ergmProposal combine_ergmlhs.Rd: %ergmlhs%, network control.gofN.ergm.Rd: ergm, control.simulate.ergm, ergm-parallel, ergm-package, set.MT_terms ddspL-ergmTerm-c6c3ac1f.Rd: ergm-options, ergmTerm degreeL-ergmTerm-39367027.Rd: ergmTerm despL-ergmTerm-acc8d5da.Rd: ergm-options, ergmTerm dgwdspL-ergmTerm-48851f13.Rd: ergm-options, ergmTerm dgwespL-ergmTerm-b8c0bfe5.Rd: ergm-options, ergmTerm dgwnspL-ergmTerm-0bfd6ad4.Rd: ergm-options, ergmTerm direct.network.Rd: network dnspL-ergmTerm-ed78e6f3.Rd: ergm-options, ergmTerm ergm.multi-package.Rd: ergm gofN.Rd: ergm, simulate.ergm, summary.ergm_model, tibble gwb1degreeL-ergmTerm-7bda20c5.Rd: control.ergm, ergmTerm gwb2degreeL-ergmTerm-8b152fc6.Rd: control.ergm, ergmTerm gwdegreeL-ergmTerm-cac814fa.Rd: control.ergm, ergmTerm gwidegreeL-ergmTerm-14050f69.Rd: control.ergm, ergmTerm gwodegreeL-ergmTerm-cba36b15.Rd: control.ergm, ergmTerm idegreeL-ergmTerm-795b0389.Rd: ergmTerm marg_cond_sim.Rd: ergm, ergm_model, simulate.ergm, summary.ergm_model mutualL-ergmTerm-86ebfbbf.Rd: ergmTerm network_view.Rd: network, tibble odegreeL-ergmTerm-6345a9bc.Rd: ergmTerm plot.gofN.Rd: glue split.network.Rd: network.list subnetwork_templates.Rd: %ergmlhs%, network twostarL-ergmTerm-57211220.Rd: ergmTerm upper_tri-ergmConstraint-f7ecd164.Rd: ergmConstraint Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Package ergm.rank

Current CRAN status: NOTE: 3, OK: 10

Version: 4.1.1
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: AlterSwap-ergmProposal-7e827ae4.Rd: ergmProposal CompleteOrder-ergmReference-f40141c3.Rd: ergmReference ergm.rank-package.Rd: ergm-package, ergm rankdeference-ergmTerm-73181c43.Rd: ergmTerm rankedgecov-ergmTerm-5905bc22.Rd: ergmTerm rankinconsistency-ergmTerm-b232ab56.Rd: network, ergmTerm ranknodeicov-ergmTerm-856bed59.Rd: ergmTerm ranknonconformity-ergmTerm-a4593778.Rd: ergmTerm Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Package latentnet

Current CRAN status: NOTE: 11, OK: 2

Version: 2.11.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Intercept-ergmTerm-49126971.Rd: edges-ergmTerm, ergm, ergmTerm bilinear-ergmTerm-3e739bd7.Rd: ergm, ergmTerm ergmm.Rd: ergmTerm, ergm-package, network ergmm.prior.Rd: ergmTerm euclidean-ergmTerm-6ab46c25.Rd: ergm, ergmTerm euclidean2-ergmTerm-939e9c32.Rd: ergm, ergmTerm latentcov-ergmTerm-fba43306.Rd: ergm, ergmTerm latentnet-package.Rd: ergmTerm loopcov-ergmTerm-bbc2e00a.Rd: ergm, ergmTerm loopfactor-ergmTerm-19d02eff.Rd: ergm, ergmTerm loops-ergmTerm-968722e8.Rd: ergm, ergmTerm receivercov-ergmTerm-ea158ece.Rd: nodeicov-ergmTerm, nodeifactor-ergmTerm, nodecov-ergmTerm, nodefactor-ergmTerm, ergm, ergmTerm rreceiver-ergmTerm-abdcadad.Rd: ergm, ergmTerm rsender-ergmTerm-b342610b.Rd: ergm, ergmTerm rsociality-ergmTerm-7ae668b9.Rd: ergm, ergmTerm sendercov-ergmTerm-a7b5c66c.Rd: nodeocov-ergmTerm, nodeofactor-ergmTerm, nodecov-ergmTerm, nodefactor-ergmTerm, ergm, ergmTerm socialitycov-ergmTerm-339101cf.Rd: nodecov-ergmTerm, nodefactor-ergmTerm, ergm, ergmTerm Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 2.11.0
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package rle

Current CRAN status: OK: 13

Package statnet.common

Current CRAN status: NOTE: 13

Version: 4.10.0
Check: R code for possible problems
Result: NOTE Found the following possibly unsafe calls: File ‘statnet.common/R/control.utilities.R’: unlockBinding("snctrl", environment(snctrl)) unlockBinding("snctrl", environment(update_my_snctrl)) Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package tergm

Current CRAN status: OK: 13