Last updated on 2026-06-24 13:52:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.6.2 | 15.54 | 254.65 | 270.19 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.6.2 | 11.98 | 196.84 | 208.82 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.6.6 | 26.00 | 312.28 | 338.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.2 | 27.00 | 503.04 | 530.04 | ERROR | |
| r-devel-windows-x86_64 | 1.6.2 | 19.00 | 204.00 | 223.00 | OK | |
| r-patched-linux-x86_64 | 1.6.2 | 16.09 | 229.54 | 245.63 | OK | |
| r-release-linux-x86_64 | 1.6.2 | 13.36 | 230.45 | 243.81 | OK | |
| r-release-macos-arm64 | 1.6.6 | 4.00 | 48.00 | 52.00 | OK | |
| r-release-macos-x86_64 | 1.6.2 | 11.00 | 183.00 | 194.00 | OK | |
| r-release-windows-x86_64 | 1.6.2 | 19.00 | 203.00 | 222.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.6.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.6.6 | 11.00 | 230.00 | 241.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.2 | 24.00 | 272.00 | 296.00 | ERROR |
Version: 1.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [87s/58s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(manynet)
> library(migraph)
Loading required package: autograph
Loading required package: netrics
>
> test_check("migraph")
Starting 2 test processes.
> test-tutorials_manynet.R: Loading required namespace: shiny
Saving _problems/test-model_distrib-9.R
> test-tutorials_migraph.R: [1] "Hello World"
> test-tutorials_run.R: # A tibble: 0 x 0
> test-tutorials_run.R: # A tibble: 0 x 0
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 432 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• Installed netrics is version 0.2.1; but 0.2.2 is required (1):
'test-tutorials_netrics.R:8:3'
• On Linux (1): 'test-model_tests.R:58:3'
• Skipping slow functions in diffusion.Rmd (1): 'test-tutorials_migraph.R:12:5'
• empty test (1): 'test-measure_over.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-model_distrib.R:9:3'): test_fit works ──────────────────────────
Error in `data.frame(sim = j, manynet::as_diffusion(manynet::play_diffusion(.data, ...)))`: arguments imply differing number of rows: 1, 0
Backtrace:
▆
1. └─migraph::play_diffusions(...) at test-model_distrib.R:9:3
2. └─furrr::future_map_dfr(...)
3. └─furrr::future_map(...)
4. └─furrr:::furrr_map_template(...)
5. └─furrr:::furrr_template(...)
6. └─furrr:::furrr_try_catch(...)
7. └─base::tryCatch(expr = expr, purrr_error_indexed = rethrow_purrr_error_indexed)
8. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. └─value[[3L]](cond)
11. └─rlang::cnd_signal(cnd)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 432 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [78s/46s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(manynet)
> library(migraph)
Loading required package: autograph
Loading required package: netrics
>
> test_check("migraph")
Starting 2 test processes.
> test-tutorials_manynet.R: Loading required namespace: shiny
Saving _problems/test-model_distrib-10.R
> test-tutorials_migraph.R: [1] "Hello World"
> test-tutorials_netrics.R: [1] 0.48378
> test-tutorials_run.R: # A tibble: 0 x 0
> test-tutorials_run.R: # A tibble: 0 x 0
Saving _problems/test-tutorials_netrics-11.R
[ FAIL 2 | WARN 0 | SKIP 3 | PASS 837 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On Linux (1): 'test-model_tests.R:58:3'
• Skipping slow functions in diffusion.Rmd (1): 'test-tutorials_migraph.R:12:5'
• empty test (1): 'test-measure_over.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-model_distrib.R:10:3'): test_fit works ─────────────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `dplyr::select(., sim, time, I)`: Can't select columns that don't exist.
x Column `time` doesn't exist.
Backtrace:
▆
1. ├─migraph::test_fit(x, y) at test-model_distrib.R:10:3
2. │ └─y %>% dplyr::select(sim, time, I)
3. ├─dplyr::select(., sim, time, I)
4. ├─dplyr:::select.data.frame(., sim, time, I)
5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ └─tidyselect:::vars_select_eval(...)
10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
14. │ └─tidyselect:::as_indices_sel_impl(...)
15. │ └─tidyselect:::as_indices_impl(...)
16. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
17. │ └─vctrs::vec_as_location(...)
18. └─vctrs (local) `<fn>`() at vctrs/R/subscript-loc.R:84:3
19. └─vctrs:::stop_subscript_oob(...)
20. └─vctrs:::stop_subscript(...) at vctrs/R/subscript-loc.R:503:3
21. └─rlang::abort(...) at vctrs/R/subscript.R:150:3
── Failure ('test-tutorials_netrics.R:10:5'): netrics tutorial code runs without warnings or errors ──
Expected `e` to be NULL.
Differences:
`actual` is an S3 object of class <packageNotFoundError/error/condition>, a list
`expected` is NULL
Error in expression 26 of position.Rmd: plot(node_in_structural(to_named(ison_algebra), k = "elbow"))
Backtrace:
▆
1. ├─testthat::expect_null(...) at test-tutorials_netrics.R:10:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─migraph:::check_tute_functions(tute)
5. └─testthat::expect_null(...) at ./helper-functions.R:120:5
[ FAIL 2 | WARN 0 | SKIP 3 | PASS 837 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [240s/351s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(manynet)
> library(migraph)
Loading required package: autograph
Loading required package: netrics
>
> test_check("migraph")
Starting 2 test processes.
> test-tutorials_manynet.R: Loading required namespace: shiny
Saving _problems/test-model_distrib-10.R
> test-tutorials_migraph.R: [1] "Hello World"
> test-tutorials_netrics.R: [1] 0.48378
> test-tutorials_run.R: # A tibble: 0 x 0
> test-tutorials_run.R: # A tibble: 0 x 0
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 838 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On Linux (1): 'test-model_tests.R:58:3'
• Skipping slow functions in diffusion.Rmd (1): 'test-tutorials_migraph.R:12:5'
• empty test (1): 'test-measure_over.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-model_distrib.R:10:3'): test_fit works ─────────────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `dplyr::select(., sim, time, I)`: Can't select columns that don't exist.
x Column `time` doesn't exist.
Backtrace:
▆
1. ├─migraph::test_fit(x, y) at test-model_distrib.R:10:3
2. │ └─y %>% dplyr::select(sim, time, I)
3. ├─dplyr::select(., sim, time, I)
4. ├─dplyr:::select.data.frame(., sim, time, I)
5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ └─tidyselect:::vars_select_eval(...)
10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
14. │ └─tidyselect:::as_indices_sel_impl(...)
15. │ └─tidyselect:::as_indices_impl(...)
16. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
17. │ └─vctrs::vec_as_location(...)
18. └─vctrs (local) `<fn>`() at vctrs/R/subscript-loc.R:84:3
19. └─vctrs:::stop_subscript_oob(...)
20. └─vctrs:::stop_subscript(...) at vctrs/R/subscript-loc.R:503:3
21. └─rlang::abort(...) at vctrs/R/subscript.R:150:3
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 838 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [55s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(manynet)
> library(migraph)
Loading required package: autograph
Loading required package: netrics
>
> test_check("migraph")
Starting 2 test processes.
> test-tutorials_manynet.R: Loading required namespace: shiny
Saving _problems/test-model_distrib-10.R
> test-tutorials_migraph.R: [1] "Hello World"
> test-tutorials_run.R: # A tibble: 0 x 0
> test-tutorials_run.R: # A tibble: 0 x 0
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 437 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• Installed netrics is version 0.2.1; but 0.2.2 is required (1):
'test-tutorials_netrics.R:8:3'
• Skipping slow functions in diffusion.Rmd (1): 'test-tutorials_migraph.R:12:5'
• empty test (1): 'test-measure_over.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-model_distrib.R:10:3'): test_fit works ─────────────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `dplyr::select(., sim, time, I)`: Can't select columns that don't exist.
x Column `time` doesn't exist.
Backtrace:
▆
1. ├─migraph::test_fit(x, y) at test-model_distrib.R:10:3
2. │ └─y %>% dplyr::select(sim, time, I)
3. ├─dplyr::select(., sim, time, I)
4. ├─dplyr:::select.data.frame(., sim, time, I)
5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ └─tidyselect:::vars_select_eval(...)
10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
14. │ └─tidyselect:::as_indices_sel_impl(...)
15. │ └─tidyselect:::as_indices_impl(...)
16. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
17. │ └─vctrs::vec_as_location(...)
18. └─vctrs (local) `<fn>`() at vctrs/R/subscript-loc.R:84:3
19. └─vctrs:::stop_subscript_oob(...)
20. └─vctrs:::stop_subscript(...) at vctrs/R/subscript-loc.R:503:3
21. └─rlang::abort(...) at vctrs/R/subscript.R:150:3
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 437 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [77s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(manynet)
> library(migraph)
Loading required package: autograph
Loading required package: netrics
>
> test_check("migraph")
Starting 2 test processes.
> test-tutorials_manynet.R: Loading required namespace: shiny
Saving _problems/test-model_distrib-10.R
> test-tutorials_run.R: # A tibble: 0 x 0
> test-tutorials_run.R: # A tibble: 0 x 0
> test-tutorials_migraph.R: [1] "Hello World"
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 437 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• Installed netrics is version 0.2.1; but 0.2.2 is required (1):
'test-tutorials_netrics.R:8:3'
• Skipping slow functions in diffusion.Rmd (1): 'test-tutorials_migraph.R:12:5'
• empty test (1): 'test-measure_over.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-model_distrib.R:10:3'): test_fit works ─────────────────────────
<vctrs_error_subscript_oob/vctrs_error_subscript/rlang_error/error/condition>
Error in `dplyr::select(., sim, time, I)`: Can't select columns that don't exist.
x Column `time` doesn't exist.
Backtrace:
▆
1. ├─migraph::test_fit(x, y) at test-model_distrib.R:10:3
2. │ └─y %>% dplyr::select(sim, time, I)
3. ├─dplyr::select(., sim, time, I)
4. ├─dplyr:::select.data.frame(., sim, time, I)
5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ └─base::withCallingHandlers(...)
9. │ └─tidyselect:::vars_select_eval(...)
10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
14. │ └─tidyselect:::as_indices_sel_impl(...)
15. │ └─tidyselect:::as_indices_impl(...)
16. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg)
17. │ └─vctrs::vec_as_location(...)
18. └─vctrs (local) `<fn>`() at vctrs/R/subscript-loc.R:84:3
19. └─vctrs:::stop_subscript_oob(...)
20. └─vctrs:::stop_subscript(...) at vctrs/R/subscript-loc.R:503:3
21. └─rlang::abort(...) at vctrs/R/subscript.R:150:3
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 437 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64