Last updated on 2026-06-30 18:53:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.6.6 | 15.54 | 263.43 | 278.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.6.6 | 11.20 | 180.11 | 191.31 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.6.6 | 27.00 | 400.80 | 427.80 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.6 | 30.00 | 459.36 | 489.36 | OK | |
| r-devel-windows-x86_64 | 1.6.6 | 18.00 | 207.00 | 225.00 | OK | |
| r-patched-linux-x86_64 | 1.6.2 | 14.34 | 264.86 | 279.20 | ERROR | |
| r-release-linux-x86_64 | 1.6.6 | OK | ||||
| r-release-macos-arm64 | 1.6.6 | 4.00 | 48.00 | 52.00 | OK | |
| r-release-macos-x86_64 | 1.6.6 | 11.00 | 231.00 | 242.00 | OK | |
| r-release-windows-x86_64 | 1.6.6 | 17.00 | 201.00 | 218.00 | OK | |
| r-oldrel-macos-arm64 | 1.6.6 | 4.00 | 57.00 | 61.00 | OK | |
| r-oldrel-macos-x86_64 | 1.6.6 | 11.00 | 230.00 | 241.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.6 | 26.00 | 279.00 | 305.00 | OK |
Version: 1.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [117s/64s]
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-patched-linux-x86_64