R Under development (unstable) (2025-12-18 r89199 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. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + + expect_output <- function(x, pattern) { + + ans <- paste(capture.output(eval(x)), collapse = "\n") + test <- grepl(pattern, ans) + + tinytest::tinytest( + result = test, + call = sys.call(sys.parent(1)), + diff = paste("Expected:", pattern, ". Returned:", ans) + ) + } + + expect_lt <- function(a,b) { + + tinytest::tinytest( + result = a < b, + call = sys.call(sys.parent(1)), + diff = paste("b - a = ", b - a) + ) + + } + + expect_length <- function(x,n) { + + tinytest::tinytest( + result = length(x) == n, + call = sys.call(sys.parent(1)), + diff = paste("length(x) = ", length(x), " but expected ", n) + ) + + } + + options(ergmito_warning = FALSE) + tinytest::test_package("ergmito") + options(ergmito_warning = NULL) + } test-benchmark.R.............. 0 tests test-benchmark.R.............. 0 tests test-benchmark.R.............. 0 tests test-benchmark.R.............. 1 tests OK 2.1s test-boot.R................... 0 tests test-boot.R................... 0 tests |0% |25% |50% |75% 100%| -------------------------------------------------------------------------------- //////////////////////////////////////////////////////////////////////////////// test-boot.R................... 0 tests test-boot.R................... 0 tests test-boot.R................... 0 tests test-boot.R................... 0 tests 2.9s 1ms test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 0 tests test-ergm_blockdiagonal.R..... 1 tests OK test-ergm_blockdiagonal.R..... 2 tests OK test-ergm_blockdiagonal.R..... 3 tests OK test-ergm_blockdiagonal.R..... 3 tests OK test-ergm_blockdiagonal.R..... 3 tests OK test-ergm_blockdiagonal.R..... 3 tests OK test-ergm_blockdiagonal.R..... 3 tests OK test-ergm_blockdiagonal.R..... 3 tests OK test-ergm_blockdiagonal.R..... 4 tests OK test-ergm_blockdiagonal.R..... 4 tests OK test-ergm_blockdiagonal.R..... 4 tests OK test-ergm_blockdiagonal.R..... 5 tests OK 0.4s test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 0 tests test-ergmito-checkers.R....... 1 tests OK test-ergmito-checkers.R....... 2 tests OK test-ergmito-checkers.R....... 3 tests OK test-ergmito-checkers.R....... 4 tests OK test-ergmito-checkers.R....... 5 tests OK test-ergmito-checkers.R....... 6 tests OK test-ergmito-checkers.R....... 6 tests OK On some OSs these are not easy to test. So here is the expected results: ERGMito estimates (MLE) This model includes 3 networks. note: All parameters went to +/-Inf suggesting that the MLE may not exists. Also, the Hessian is not p.s.d. formula: x ~ edges + ttriad Estimate Std. Error z value Pr(>|z|) edges Inf 0 Inf < 2.2e-16 *** ttriple Inf 0 Inf < 2.2e-16 *** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 AIC: 3.595386e+208 BIC: 3.595386e+208 (Smaller is better.) ----- should be c(Inf, Inf) ----- with pval 0. ERGMito estimates (MLE) This model includes 3 networks. note: All parameters went to +/-Inf suggesting that the MLE may not exists. Also, the Hessian is not p.s.d. formula: x ~ edges + ttriad Estimate Std. Error z value Pr(>|z|) edges -Inf 0 -Inf < 2.2e-16 *** ttriple -Inf 0 -Inf < 2.2e-16 *** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 AIC: 4 BIC: 7.167038 (Smaller is better.) ----- should be -c(Inf, Inf), ----- with pval 0. ERGMito estimates (MLE) This model includes 3 networks. note: A subset of the parameters estimates was replaced with +/-Inf, and the Hessian matrix is not p.s.d. formula: x ~ edges + ttriad Estimate Std. Error z value Pr(>|z|) edges -1.45855 0.50114 -2.9105 0.003609 ** ttriple -Inf 0.00000 -Inf < 2.2e-16 *** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 AIC: 35.82581 BIC: 38.99285 (Smaller is better.) ----- should be -Inf (2nd) ----- with pval 0. test-ergmito-checkers.R....... 6 tests OK 0.2s test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 0 tests test-ergmito.R................ 1 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 2 tests OK test-ergmito.R................ 3 tests OK test-ergmito.R................ 4 tests OK test-ergmito.R................ 4 tests OK test-ergmito.R................ 4 tests OK test-ergmito.R................ 4 tests OK test-ergmito.R................ 4 tests OK test-ergmito.R................ 5 tests OK test-ergmito.R................ 5 tests OK test-ergmito.R................ 6 tests OK test-ergmito.R................ 7 tests OK test-ergmito.R................ 7 tests OK test-ergmito.R................ 7 tests OK test-ergmito.R................ 7 tests OK test-ergmito.R................ 8 tests OK |0% |25% |50% |75% 100%| -------------------------------------------------------------------------------- //////////////////////////////////////////////////////////////////////////////// test-ergmito.R................ 8 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 9 tests OK test-ergmito.R................ 10 tests OK test-ergmito.R................ 11 tests OK test-ergmito.R................ 12 tests OK 0.8s test-ergmito_surface.R........ 0 tests test-ergmito_surface.R........ 0 tests test-ergmito_surface.R........ 0 tests test-ergmito_surface.R........ 1 tests OK 0.2s test-formulae.R............... 0 tests test-formulae.R............... 0 tests test-formulae.R............... 0 tests test-formulae.R............... 1 tests OK test-formulae.R............... 2 tests OK test-formulae.R............... 2 tests OK test-formulae.R............... 2 tests OK test-formulae.R............... 3 tests OK test-formulae.R............... 4 tests OK test-formulae.R............... 5 tests OK test-formulae.R............... 5 tests OK test-formulae.R............... 6 tests OK test-formulae.R............... 6 tests OK test-formulae.R............... 6 tests OK test-formulae.R............... 6 tests OK test-formulae.R............... 6 tests OK test-formulae.R............... 7 tests OK test-formulae.R............... 7 tests OK test-formulae.R............... 7 tests OK test-formulae.R............... 7 tests OK test-formulae.R............... 8 tests OK test-formulae.R............... 9 tests OK 0.2s test-gof.R.................... 0 tests test-gof.R.................... 0 tests test-gof.R.................... 0 tests test-gof.R.................... 0 tests test-gof.R.................... 0 tests test-gof.R.................... 0 tests test-gof.R.................... 0 tests test-gof.R.................... 1 tests OK test-gof.R.................... 1 tests OK test-gof.R.................... 1 tests OK test-gof.R.................... 1 tests OK test-gof.R.................... 1 tests OK test-gof.R.................... 2 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 3 tests OK test-gof.R.................... 4 tests OK test-gof.R.................... 4 tests OK test-gof.R.................... 8 tests OK test-gof.R.................... 8 tests OK test-gof.R.................... 8 tests OK test-gof.R.................... 8 tests OK test-gof.R.................... 8 tests OK test-gof.R.................... 8 tests OK test-gof.R.................... 9 tests OK test-gof.R.................... 9 tests OK test-gof.R.................... 9 tests OK test-gof.R.................... 9 tests OK test-gof.R.................... 10 tests OK test-gof.R.................... 10 tests OK test-gof.R.................... 11 tests OK 1.9s test-induced_submat.R......... 0 tests test-induced_submat.R......... 0 tests test-induced_submat.R......... 0 tests test-induced_submat.R......... 0 tests test-induced_submat.R......... 0 tests test-induced_submat.R......... 0 tests test-induced_submat.R......... 0 tests test-induced_submat.R......... 1 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 2 tests OK test-induced_submat.R......... 3 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 4 tests OK test-induced_submat.R......... 5 tests OK test-induced_submat.R......... 6 tests OK test-induced_submat.R......... 6 tests OK test-induced_submat.R......... 6 tests OK test-induced_submat.R......... 6 tests OK test-induced_submat.R......... 7 tests OK test-induced_submat.R......... 8 tests OK test-induced_submat.R......... 9 tests OK test-induced_submat.R......... 10 tests OK test-induced_submat.R......... 11 tests OK test-induced_submat.R......... 12 tests OK test-induced_submat.R......... 13 tests OK test-induced_submat.R......... 14 tests OK 34ms test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 0 tests test-loglik.R................. 1 tests OK test-loglik.R................. 2 tests OK test-loglik.R................. 3 tests OK 0.5s test-network.R................ 0 tests test-network.R................ 0 tests test-network.R................ 0 tests test-network.R................ 1 tests OK test-network.R................ 2 tests OK 3.1s test-powerset.R............... 0 tests test-powerset.R............... 0 tests test-powerset.R............... 0 tests test-powerset.R............... 0 tests test-powerset.R............... 1 tests OK test-powerset.R............... 2 tests OK test-powerset.R............... 3 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 4 tests OK test-powerset.R............... 5 tests OK test-powerset.R............... 5 tests OK test-powerset.R............... 5 tests OK test-powerset.R............... 5 tests OK test-powerset.R............... 5 tests OK test-powerset.R............... 6 tests OK test-powerset.R............... 7 tests OK test-powerset.R............... 8 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 9 tests OK test-powerset.R............... 10 tests OK 2.5s test-predict.R................ 0 tests test-predict.R................ 0 tests test-predict.R................ 0 tests test-predict.R................ 0 tests test-predict.R................ 0 tests test-predict.R................ 0 tests test-predict.R................ 0 tests test-predict.R................ 1 tests OK test-predict.R................ 1 tests OK test-predict.R................ 1 tests OK test-predict.R................ 1 tests OK test-predict.R................ 1 tests OK test-predict.R................ 1 tests OK test-predict.R................ 1 tests OK test-predict.R................ 2 tests OK test-predict.R................ 3 tests OK test-predict.R................ 3 tests OK test-predict.R................ 3 tests OK test-predict.R................ 3 tests OK test-predict.R................ 3 tests OK test-predict.R................ 3 tests OK test-predict.R................ 3 tests OK test-predict.R................ 4 tests OK test-predict.R................ 5 tests OK test-predict.R................ 6 tests OK test-predict.R................ 7 tests OK 0.9s test-same_dist.R.............. 0 tests test-same_dist.R.............. 1 tests OK test-same_dist.R.............. 2 tests OK test-same_dist.R.............. 3 tests OK test-same_dist.R.............. 4 tests OK test-same_dist.R.............. 4 tests OK test-same_dist.R.............. 4 tests OK test-same_dist.R.............. 5 tests OK test-same_dist.R.............. 6 tests OK test-same_dist.R.............. 7 tests OK test-same_dist.R.............. 7 tests OK test-same_dist.R.............. 7 tests OK test-same_dist.R.............. 7 tests OK test-same_dist.R.............. 7 tests OK test-same_dist.R.............. 7 tests OK test-same_dist.R.............. 8 tests OK test-same_dist.R.............. 9 tests OK test-same_dist.R.............. 9 tests OK test-same_dist.R.............. 9 tests OK test-same_dist.R.............. 9 tests OK test-same_dist.R.............. 9 tests OK test-same_dist.R.............. 9 tests OK test-same_dist.R.............. 10 tests OK test-same_dist.R.............. 11 tests OK test-same_dist.R.............. 12 tests OK test-same_dist.R.............. 13 tests OK 16ms test-sim.R.................... 0 tests test-sim.R.................... 0 tests test-sim.R.................... 1 tests OK test-sim.R.................... 1 tests OK test-sim.R.................... 1 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 2 tests OK test-sim.R.................... 3 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 4 tests OK test-sim.R.................... 5 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 6 tests OK test-sim.R.................... 7 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 8 tests OK test-sim.R.................... 9 tests OK test-sim.R.................... 10 tests OK test-sim.R.................... 10 tests OK test-sim.R.................... 10 tests OK test-sim.R.................... 10 tests OK test-sim.R.................... 10 tests OK test-sim.R.................... 10 tests OK test-sim.R.................... 11 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 12 tests OK test-sim.R.................... 13 tests OK test-sim.R.................... 14 tests OK test-sim.R.................... 15 tests OK 3.4s test-simulate.R............... 0 tests test-simulate.R............... 0 tests test-simulate.R............... 1 tests OK test-simulate.R............... 2 tests OK test-simulate.R............... 3 tests OK test-simulate.R............... 3 tests OK test-simulate.R............... 3 tests OK test-simulate.R............... 3 tests OK test-simulate.R............... 3 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 4 tests OK test-simulate.R............... 5 tests OK test-simulate.R............... 6 tests OK 1.9s test-stat-count.R............. 0 tests test-stat-count.R............. 0 tests test-stat-count.R............. 0 tests test-stat-count.R............. 0 tests test-stat-count.R............. 1 tests OK test-stat-count.R............. 1 tests OK test-stat-count.R............. 2 tests OK test-stat-count.R............. 2 tests OK test-stat-count.R............. 2 tests OK test-stat-count.R............. 2 tests OK test-stat-count.R............. 2 tests OK test-stat-count.R............. 3 tests OK test-stat-count.R............. 3 tests OK test-stat-count.R............. 3 tests OK test-stat-count.R............. 3 tests OK test-stat-count.R............. 3 tests OK test-stat-count.R............. 4 tests OK test-stat-count.R............. 4 tests OK test-stat-count.R............. 4 tests OK test-stat-count.R............. 4 tests OK test-stat-count.R............. 5 tests OK test-stat-count.R............. 6 tests OK test-stat-count.R............. 6 tests OK test-stat-count.R............. 6 tests OK test-stat-count.R............. 6 tests OK test-stat-count.R............. 6 tests OK test-stat-count.R............. 7 tests OK test-stat-count.R............. 7 tests OK test-stat-count.R............. 17 tests OK test-stat-count.R............. 17 tests OK test-stat-count.R............. 17 tests OK test-stat-count.R............. 17 tests OK test-stat-count.R............. 25 tests OK test-stat-count.R............. 25 tests OK test-stat-count.R............. 25 tests OK test-stat-count.R............. 25 tests OK test-stat-count.R............. 25 tests OK test-stat-count.R............. 26 tests OK test-stat-count.R............. 26 tests OK test-stat-count.R............. 26 tests OK test-stat-count.R............. 27 tests OK test-stat-count.R............. 27 tests OK test-stat-count.R............. 27 tests OK test-stat-count.R............. 28 tests OK test-stat-count.R............. 36 tests OK test-stat-count.R............. 36 tests OK test-stat-count.R............. 37 tests OK test-stat-count.R............. 38 tests OK test-stat-count.R............. 39 tests OK test-stat-count.R............. 40 tests OK 16.2s test-texreg.R................. 0 tests test-texreg.R................. 0 tests test-texreg.R................. 0 tests test-texreg.R................. 0 tests 61ms test-utils.R.................. 0 tests test-utils.R.................. 0 tests test-utils.R.................. 1 tests OK test-utils.R.................. 2 tests OK test-utils.R.................. 2 tests OK test-utils.R.................. 2 tests OK test-utils.R.................. 2 tests OK test-utils.R.................. 2 tests OK test-utils.R.................. 3 tests OK test-utils.R.................. 4 tests OK test-utils.R.................. 5 tests OK test-utils.R.................. 6 tests OK test-utils.R.................. 7 tests OK 35ms Warning message: In term 'gwdsp' in package 'ergm': When 'fixed=FALSE' parameter 'decay' has no effect. To specify an initial value for 'decay', use the 'control.ergm()' parameter 'init='. > > > proc.time() user system elapsed 34.71 1.93 38.79