Last updated on 2025-06-01 08:51:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 14.33 | 177.69 | 192.02 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 8.46 | 123.62 | 132.08 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 297.10 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 340.84 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 16.00 | 184.00 | 200.00 | OK | |
r-patched-linux-x86_64 | 0.1.3 | 12.21 | 181.15 | 193.36 | OK | |
r-release-linux-x86_64 | 0.1.3 | 12.53 | 176.02 | 188.55 | OK | |
r-release-macos-arm64 | 0.1.3 | 129.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 200.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 14.00 | 179.00 | 193.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 88.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 132.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 19.00 | 245.00 | 264.00 | OK |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘multifear-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: t_test_mf
> ### Title: t_test_mf
> ### Aliases: t_test_mf
>
> ### ** Examples
>
> # Load example data
> data(example_data)
>
> # Paired sample t-tests
> t_test_mf(cs1 = "CSP1", cs2 = "CSM1", subj = "id", data = example_data)
Error in unclass(x)[i, , drop = FALSE] :
(subscript) logical subscript too long
Calls: t_test_mf ... <Anonymous> -> <Anonymous> -> t.test.default -> [ -> [.Pair
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
mixed_mf 4.053 0.13 5.383
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [58s/78s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(multifear)
>
> test_check("multifear")
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 11 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test.output.R:24:3'): t_test_mf works ───────────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:24:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::t_test_mf(cs1, cs2, subj = subj, data = example_data)
8. │ └─... %>% ...
9. ├─dplyr::group_map(...)
10. ├─dplyr:::group_map.data.frame(...)
11. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
12. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
13. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
14. │ ├─... %>% broom::tidy()
15. │ ├─stats::t.test(...)
16. │ └─stats:::t.test.default(...)
17. │ ├─x[xok]
18. │ └─stats:::`[.Pair`(x, xok)
19. └─broom::tidy(.)
── Error ('test.output.R:81:3'): universe works ────────────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:81:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:85:3'): universe works mixed ──────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:85:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:89:3'): universe works with groups ────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:89:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:95:3'): multiverse works ──────────────────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map2(.x, .y, .f, ...)`: ℹ In index: 1.
ℹ With name: full_data.
Caused by error in `unclass(x)[i, , drop = FALSE]`:
! (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:95:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::multiverse_cs(...)
8. │ └─purrr::map2_dfr(...)
9. │ └─purrr::map2(.x, .y, .f, ...)
10. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─multifear (local) .f(.x[[i]], .y[[i]], ...)
15. │ └─multifear::universe_cs(...)
16. │ └─multifear::t_test_mf(...)
17. │ └─... %>% ...
18. ├─dplyr::group_map(...)
19. ├─dplyr:::group_map.data.frame(...)
20. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
21. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
22. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
23. │ ├─... %>% broom::tidy()
24. │ ├─stats::t.test(...)
25. │ └─stats:::t.test.default(...)
26. │ ├─x[xok]
27. │ └─stats:::`[.Pair`(x, xok)
28. ├─broom::tidy(.)
29. └─base::.handleSimpleError(...)
30. └─purrr (local) h(simpleError(msg, call))
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
── Error ('test.output.R:99:3'): multiverse works with groups ──────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map2(.x, .y, .f, ...)`: ℹ In index: 1.
ℹ With name: full_data.
Caused by error in `unclass(x)[i, , drop = FALSE]`:
! (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:99:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::multiverse_cs(...)
8. │ └─purrr::map2_dfr(...)
9. │ └─purrr::map2(.x, .y, .f, ...)
10. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─multifear (local) .f(.x[[i]], .y[[i]], ...)
15. │ └─multifear::universe_cs(...)
16. │ └─multifear::t_test_mf(...)
17. │ └─... %>% ...
18. ├─dplyr::group_map(...)
19. ├─dplyr:::group_map.data.frame(...)
20. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
21. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
22. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
23. │ ├─... %>% broom::tidy()
24. │ ├─stats::t.test(...)
25. │ └─stats:::t.test.default(...)
26. │ ├─x[xok]
27. │ └─stats:::`[.Pair`(x, xok)
28. ├─broom::tidy(.)
29. └─base::.handleSimpleError(...)
30. └─purrr (local) h(simpleError(msg, call))
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 11 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘multifear-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: t_test_mf
> ### Title: t_test_mf
> ### Aliases: t_test_mf
>
> ### ** Examples
>
> # Load example data
> data(example_data)
>
> # Paired sample t-tests
> t_test_mf(cs1 = "CSP1", cs2 = "CSM1", subj = "id", data = example_data)
Error in unclass(x)[i, , drop = FALSE] :
(subscript) logical subscript too long
Calls: t_test_mf ... <Anonymous> -> <Anonymous> -> t.test.default -> [ -> [.Pair
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [36s/39s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(multifear)
>
> test_check("multifear")
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 11 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test.output.R:24:3'): t_test_mf works ───────────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:24:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::t_test_mf(cs1, cs2, subj = subj, data = example_data)
8. │ └─... %>% ...
9. ├─dplyr::group_map(...)
10. ├─dplyr:::group_map.data.frame(...)
11. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
12. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
13. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
14. │ ├─... %>% broom::tidy()
15. │ ├─stats::t.test(...)
16. │ └─stats:::t.test.default(...)
17. │ ├─x[xok]
18. │ └─stats:::`[.Pair`(x, xok)
19. └─broom::tidy(.)
── Error ('test.output.R:81:3'): universe works ────────────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:81:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:85:3'): universe works mixed ──────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:85:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:89:3'): universe works with groups ────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:89:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:95:3'): multiverse works ──────────────────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map2(.x, .y, .f, ...)`: ℹ In index: 1.
ℹ With name: full_data.
Caused by error in `unclass(x)[i, , drop = FALSE]`:
! (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:95:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::multiverse_cs(...)
8. │ └─purrr::map2_dfr(...)
9. │ └─purrr::map2(.x, .y, .f, ...)
10. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─multifear (local) .f(.x[[i]], .y[[i]], ...)
15. │ └─multifear::universe_cs(...)
16. │ └─multifear::t_test_mf(...)
17. │ └─... %>% ...
18. ├─dplyr::group_map(...)
19. ├─dplyr:::group_map.data.frame(...)
20. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
21. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
22. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
23. │ ├─... %>% broom::tidy()
24. │ ├─stats::t.test(...)
25. │ └─stats:::t.test.default(...)
26. │ ├─x[xok]
27. │ └─stats:::`[.Pair`(x, xok)
28. ├─broom::tidy(.)
29. └─base::.handleSimpleError(...)
30. └─purrr (local) h(simpleError(msg, call))
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
── Error ('test.output.R:99:3'): multiverse works with groups ──────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map2(.x, .y, .f, ...)`: ℹ In index: 1.
ℹ With name: full_data.
Caused by error in `unclass(x)[i, , drop = FALSE]`:
! (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:99:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::multiverse_cs(...)
8. │ └─purrr::map2_dfr(...)
9. │ └─purrr::map2(.x, .y, .f, ...)
10. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─multifear (local) .f(.x[[i]], .y[[i]], ...)
15. │ └─multifear::universe_cs(...)
16. │ └─multifear::t_test_mf(...)
17. │ └─... %>% ...
18. ├─dplyr::group_map(...)
19. ├─dplyr:::group_map.data.frame(...)
20. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
21. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
22. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
23. │ ├─... %>% broom::tidy()
24. │ ├─stats::t.test(...)
25. │ └─stats:::t.test.default(...)
26. │ ├─x[xok]
27. │ └─stats:::`[.Pair`(x, xok)
28. ├─broom::tidy(.)
29. └─base::.handleSimpleError(...)
30. └─purrr (local) h(simpleError(msg, call))
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 11 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘multifear-Ex.R’ failed
The error most likely occurred in:
> ### Name: t_test_mf
> ### Title: t_test_mf
> ### Aliases: t_test_mf
>
> ### ** Examples
>
> # Load example data
> data(example_data)
>
> # Paired sample t-tests
> t_test_mf(cs1 = "CSP1", cs2 = "CSM1", subj = "id", data = example_data)
Error in unclass(x)[i, , drop = FALSE] :
(subscript) logical subscript too long
Calls: t_test_mf ... <Anonymous> -> <Anonymous> -> t.test.default -> [ -> [.Pair
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [92s/110s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(multifear)
>
> test_check("multifear")
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 11 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test.output.R:24:3'): t_test_mf works ───────────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:24:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::t_test_mf(cs1, cs2, subj = subj, data = example_data)
8. │ └─... %>% ...
9. ├─dplyr::group_map(...)
10. ├─dplyr:::group_map.data.frame(...)
11. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
12. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
13. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
14. │ ├─... %>% broom::tidy()
15. │ ├─stats::t.test(...)
16. │ └─stats:::t.test.default(...)
17. │ ├─x[xok]
18. │ └─stats:::`[.Pair`(x, xok)
19. └─broom::tidy(.)
── Error ('test.output.R:81:3'): universe works ────────────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:81:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:85:3'): universe works mixed ──────────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:85:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:89:3'): universe works with groups ────────────────────
Error in `unclass(x)[i, , drop = FALSE]`: (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:89:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::universe_cs(...)
8. │ └─multifear::t_test_mf(...)
9. │ └─... %>% ...
10. ├─dplyr::group_map(...)
11. ├─dplyr:::group_map.data.frame(...)
12. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
13. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
14. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
15. │ ├─... %>% broom::tidy()
16. │ ├─stats::t.test(...)
17. │ └─stats:::t.test.default(...)
18. │ ├─x[xok]
19. │ └─stats:::`[.Pair`(x, xok)
20. └─broom::tidy(.)
── Error ('test.output.R:95:3'): multiverse works ──────────────────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map2(.x, .y, .f, ...)`: ℹ In index: 1.
ℹ With name: full_data.
Caused by error in `unclass(x)[i, , drop = FALSE]`:
! (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:95:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::multiverse_cs(...)
8. │ └─purrr::map2_dfr(...)
9. │ └─purrr::map2(.x, .y, .f, ...)
10. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─multifear (local) .f(.x[[i]], .y[[i]], ...)
15. │ └─multifear::universe_cs(...)
16. │ └─multifear::t_test_mf(...)
17. │ └─... %>% ...
18. ├─dplyr::group_map(...)
19. ├─dplyr:::group_map.data.frame(...)
20. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
21. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
22. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
23. │ ├─... %>% broom::tidy()
24. │ ├─stats::t.test(...)
25. │ └─stats:::t.test.default(...)
26. │ ├─x[xok]
27. │ └─stats:::`[.Pair`(x, xok)
28. ├─broom::tidy(.)
29. └─base::.handleSimpleError(...)
30. └─purrr (local) h(simpleError(msg, call))
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
── Error ('test.output.R:99:3'): multiverse works with groups ──────────────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `map2(.x, .y, .f, ...)`: ℹ In index: 1.
ℹ With name: full_data.
Caused by error in `unclass(x)[i, , drop = FALSE]`:
! (subscript) logical subscript too long
Backtrace:
▆
1. ├─testthat::expect_known_output(...) at test.output.R:99:3
2. │ ├─base::append(act, eval_with_output(object, print = print, width = width))
3. │ └─testthat:::eval_with_output(object, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─multifear::multiverse_cs(...)
8. │ └─purrr::map2_dfr(...)
9. │ └─purrr::map2(.x, .y, .f, ...)
10. │ └─purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─multifear (local) .f(.x[[i]], .y[[i]], ...)
15. │ └─multifear::universe_cs(...)
16. │ └─multifear::t_test_mf(...)
17. │ └─... %>% ...
18. ├─dplyr::group_map(...)
19. ├─dplyr:::group_map.data.frame(...)
20. │ └─dplyr:::map2(chunks, group_keys, .f, ...)
21. │ └─base::mapply(.f, .x, .y, MoreArgs = list(...), SIMPLIFY = FALSE)
22. │ └─multifear (local) `<rlng_lm_>`(dots[[1L]][[1L]], dots[[2L]][[1L]])
23. │ ├─... %>% broom::tidy()
24. │ ├─stats::t.test(...)
25. │ └─stats:::t.test.default(...)
26. │ ├─x[xok]
27. │ └─stats:::`[.Pair`(x, xok)
28. ├─broom::tidy(.)
29. └─base::.handleSimpleError(...)
30. └─purrr (local) h(simpleError(msg, call))
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 11 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang