Last updated on 2025-08-17 15:48:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.9.0 | 75.74 | 581.48 | 657.22 | ERROR | --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 4.9.0 | 54.47 | 382.26 | 436.73 | ERROR | --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 4.9.0 | 1037.05 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 4.9.0 | 1067.87 | ERROR | |||
r-devel-windows-x86_64 | 4.9.0 | 107.00 | 205.00 | 312.00 | OK | --no-examples --no-tests --no-vignettes |
r-patched-linux-x86_64 | 4.9.0 | 84.15 | 537.34 | 621.49 | WARN | --no-vignettes |
r-release-linux-x86_64 | 4.9.0 | 73.55 | 538.03 | 611.58 | OK | --no-vignettes |
r-release-macos-arm64 | 4.9.0 | 216.00 | OK | |||
r-release-macos-x86_64 | 4.9.0 | 499.00 | OK | |||
r-release-windows-x86_64 | 4.9.0 | 105.00 | 213.00 | 318.00 | OK | --no-examples --no-tests --no-vignettes |
r-oldrel-macos-arm64 | 4.9.0 | 238.00 | NOTE | |||
r-oldrel-macos-x86_64 | 4.9.0 | 466.00 | NOTE | |||
r-oldrel-windows-x86_64 | 4.9.0 | 124.00 | 207.00 | 331.00 | OK | --no-examples --no-tests --no-vignettes |
Version: 4.9.0
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘requireNamespaceTest.R’ [2s/2s]
Running ‘testthat.R’ [356s/194s]
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-2025 Statnet Commons
> ################################################################################
> library(testthat)
> library(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.9.0 (2025-06-09), 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
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-miss.R:58:3'): directed network ────────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:65:3'): undirected Network ──────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:72:3'): Bipartite Undirected Network ────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ──
Expected `mcmc.diagnostics(fit)` to run without any conditions.
i Actually got a <simpleError> with text:
ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ───
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:17:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ───────
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:26:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 4.9.0
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘requireNamespaceTest.R’ [1s/1s]
Running ‘testthat.R’ [234s/126s]
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-2025 Statnet Commons
> ################################################################################
> library(testthat)
> library(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.9.0 (2025-06-09), 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
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-miss.R:58:3'): directed network ────────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:65:3'): undirected Network ──────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:72:3'): Bipartite Undirected Network ────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ──
Expected `mcmc.diagnostics(fit)` to run without any conditions.
i Actually got a <simpleError> with text:
ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ───
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:17:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ───────
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:26:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 4.9.0
Check: tests
Result: ERROR
Running ‘requireNamespaceTest.R’
Running ‘testthat.R’ [558s/306s]
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-2025 Statnet Commons
> ################################################################################
> library(testthat)
> library(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.9.0 (2025-06-09), 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
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-miss.R:58:3'): directed network ────────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:65:3'): undirected Network ──────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:72:3'): Bipartite Undirected Network ────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ──
Expected `mcmc.diagnostics(fit)` to run without any conditions.
i Actually got a <simpleError> with text:
ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ───
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:17:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ───────
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:26:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 4.9.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘Network-Callback-API.Rmd’ using rmarkdown
--- finished re-building ‘Network-Callback-API.Rmd’
--- re-building ‘Proposal-Lookup-API.Rmd’ using rmarkdown
--- finished re-building ‘Proposal-Lookup-API.Rmd’
--- re-building ‘Terms-API.Rmd’ using rmarkdown
--- finished re-building ‘Terms-API.Rmd’
--- re-building ‘ergm-term-crossRef.Rmd’ using rmarkdown
--- finished re-building ‘ergm-term-crossRef.Rmd’
--- re-building ‘ergm.Rmd’ using rmarkdown
Quitting from ergm.Rmd:514-519 [unnamed-chunk-26]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
---
Backtrace:
▆
1. ├─ergm::mcmc.diagnostics(fit)
2. └─ergm:::mcmc.diagnostics.ergm(fit)
3. ├─base::print(...)
4. └─ergm::ergm_plot.mcmc.list(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'ergm.Rmd' failed with diagnostics:
ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
--- failed re-building ‘ergm.Rmd’
--- re-building ‘nodal_attributes.Rmd’ using rmarkdown
--- finished re-building ‘nodal_attributes.Rmd’
SUMMARY: processing the following file failed:
‘ergm.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 4.9.0
Check: tests
Result: ERROR
Running ‘requireNamespaceTest.R’
Running ‘testthat.R’ [541s/366s]
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-2025 Statnet Commons
> ################################################################################
> library(testthat)
> library(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.9.0 (2025-06-09), 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
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-miss.R:58:3'): directed network ────────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:58:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:65:3'): undirected Network ──────────────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:65:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Error ('test-miss.R:72:3'): Bipartite Undirected Network ────────────────────
Error: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Backtrace:
▆
1. └─ergm (local) run.miss.test(y) at test-miss.R:72:3
2. ├─ergm::mcmc.diagnostics(mcmcfit) at test-miss.R:36:3
3. └─ergm:::mcmc.diagnostics.ergm(mcmcfit)
4. ├─base::print(...)
5. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-nonunique-names.R:15:3'): MCMC diagnostics produced even when names are not unique ──
Expected `mcmc.diagnostics(fit)` to run without any conditions.
i Actually got a <simpleError> with text:
ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
── Failure ('test-target-offset.R:17:3'): target+offset in a non-curved ERGM ───
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:17:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
── Failure ('test-target-offset.R:26:3'): target+offset in a curved ERGM ───────
`mcmc.diagnostics(fit)` threw an unexpected error.
Message: ergm_plot.mcmc.list() requires 'lattice' and 'latticeExtra' packages.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-target-offset.R:26:3
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. ├─testthat::expect_error(mcmc.diagnostics(fit), NA)
8. │ └─testthat:::expect_condition_matching(...)
9. │ └─testthat:::quasi_capture(...)
10. │ ├─testthat (local) .capture(...)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
13. ├─ergm::mcmc.diagnostics(fit)
14. └─ergm:::mcmc.diagnostics.ergm(fit)
15. ├─base::print(...)
16. └─ergm::ergm_plot.mcmc.list(...)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 4240 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 4.9.0
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-19) 14.2.0’
Flavor: r-patched-linux-x86_64
Version: 4.9.0
Check: installed package size
Result: NOTE
installed size is 8.4Mb
sub-directories of 1Mb or more:
R 2.1Mb
doc 1.3Mb
help 1.0Mb
libs 3.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.