Last updated on 2026-03-15 21:51:01 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 4.14 | 57.12 | 61.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 2.74 | 41.99 | 44.73 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 6.00 | 86.47 | 92.47 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 91.57 | OK | |||
| r-devel-macos-arm64 | 1.2.0 | 1.00 | 19.00 | 20.00 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 8.00 | 74.00 | 82.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 4.23 | 51.18 | 55.41 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 4.22 | 51.26 | 55.48 | OK | |
| r-release-macos-arm64 | 1.2.0 | OK | ||||
| r-release-macos-x86_64 | 1.2.0 | 3.00 | 49.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 8.00 | 74.00 | 82.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.0 | 3.00 | 53.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 7.00 | 88.00 | 95.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [26s/45s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ibawds)
Loading required package: dslabs
>
> test_check("ibawds")
Saving _problems/test-evaluate_casestudy-27.R
Saving _problems/test-evaluate_casestudy-36.R
Saving _problems/test-evaluate_casestudy-48.R
Saving _problems/test-evaluate_casestudy-63.R
Saving _problems/test-evaluate_casestudy-75.R
[ FAIL 5 | WARN 0 | SKIP 15 | PASS 192 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (14): 'test-checks.R:12:3', 'test-checks.R:93:3',
'test-checks.R:135:3', 'test-checks.R:162:3', 'test-checks.R:237:3',
'test-cran_packages.R:8:3', 'test-cran_packages.R:20:3',
'test-cran_packages.R:27:3', 'test-dist_plots.R:24:1',
'test-dist_plots.R:38:1', 'test-dist_plots.R:54:1', 'test-dist_plots.R:70:1',
'test-slide_tools.R:37:3', 'test-voronoi.R:7:1'
• not all the required packages are installed. (1): 'test-install.R:33:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-evaluate_casestudy.R:27:3'): evaluate_casestudy() works for a perfect file ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `evaluate_casestudy(ok_file, sol_file)`: The package "nanoparquet" is required.
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-evaluate_casestudy.R:27:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─ibawds::evaluate_casestudy(ok_file, sol_file)
5. └─rlang::check_installed("nanoparquet")
── Error ('test-evaluate_casestudy.R:35:3'): evaluate_casestudy() works for an incomplete file ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `evaluate_casestudy(nok_file, sol_file)`: The package "nanoparquet" is required.
Backtrace:
▆
1. ├─... %>% ... at test-evaluate_casestudy.R:35:3
2. ├─testthat::expect_warning(., str_glue("{nok_file} does not contain predictions"))
3. │ └─testthat:::expect_condition_matching_(...)
4. │ └─testthat:::quasi_capture(...)
5. │ ├─testthat (local) .capture(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
8. ├─testthat::expect_equal(...)
9. │ └─testthat::quasi_label(enquo(object), label)
10. │ └─rlang::eval_bare(expr, quo_get_env(quo))
11. └─ibawds::evaluate_casestudy(nok_file, sol_file)
12. └─rlang::check_installed("nanoparquet")
── Error ('test-evaluate_casestudy.R:44:3'): evaluate_casestudy() works for a file with errors ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `evaluate_casestudy(errors_file, sol_file)`: The package "nanoparquet" is required.
Backtrace:
▆
1. ├─... %>% ... at test-evaluate_casestudy.R:44:3
2. ├─testthat::expect_warning(., str_glue("{errors_file} contains predictions that are NA"))
3. │ └─testthat:::expect_condition_matching_(...)
4. │ └─testthat:::quasi_capture(...)
5. │ ├─testthat (local) .capture(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
8. ├─testthat::expect_warning(., str_glue("{errors_file} contains invalid predictions"))
9. │ └─testthat:::expect_condition_matching_(...)
10. │ └─testthat:::quasi_capture(...)
11. │ ├─testthat (local) .capture(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
14. ├─testthat::expect_warning(., str_glue("{errors_file} contains invalid ids"))
15. │ └─testthat:::expect_condition_matching_(...)
16. │ └─testthat:::quasi_capture(...)
17. │ ├─testthat (local) .capture(...)
18. │ │ └─base::withCallingHandlers(...)
19. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
20. ├─testthat::expect_warning(., str_glue("{errors_file} does not contain predictions"))
21. │ └─testthat:::expect_condition_matching_(...)
22. │ └─testthat:::quasi_capture(...)
23. │ ├─testthat (local) .capture(...)
24. │ │ └─base::withCallingHandlers(...)
25. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
26. ├─testthat::expect_equal(...)
27. │ └─testthat::quasi_label(enquo(object), label)
28. │ └─rlang::eval_bare(expr, quo_get_env(quo))
29. └─ibawds::evaluate_casestudy(errors_file, sol_file)
30. └─rlang::check_installed("nanoparquet")
── Error ('test-evaluate_casestudy.R:53:3'): evaluate_casestudy() works with multiple files ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `evaluate_casestudy(c(ok_file, nok_file, errors_file), sol_file)`: The package "nanoparquet" is required.
Backtrace:
▆
1. ├─... %>% ... at test-evaluate_casestudy.R:53:3
2. ├─testthat::expect_warning(., str_glue("{errors_file} contains predictions that are NA"))
3. │ └─testthat:::expect_condition_matching_(...)
4. │ └─testthat:::quasi_capture(...)
5. │ ├─testthat (local) .capture(...)
6. │ │ └─base::withCallingHandlers(...)
7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
8. ├─testthat::expect_warning(., str_glue("{errors_file} contains invalid predictions"))
9. │ └─testthat:::expect_condition_matching_(...)
10. │ └─testthat:::quasi_capture(...)
11. │ ├─testthat (local) .capture(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
14. ├─testthat::expect_warning(., str_glue("{errors_file} contains invalid ids"))
15. │ └─testthat:::expect_condition_matching_(...)
16. │ └─testthat:::quasi_capture(...)
17. │ ├─testthat (local) .capture(...)
18. │ │ └─base::withCallingHandlers(...)
19. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
20. ├─testthat::expect_warning(., str_glue("{errors_file} does not contain predictions"))
21. │ └─testthat:::expect_condition_matching_(...)
22. │ └─testthat:::quasi_capture(...)
23. │ ├─testthat (local) .capture(...)
24. │ │ └─base::withCallingHandlers(...)
25. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
26. ├─testthat::expect_warning(., str_glue("{nok_file} does not contain predictions"))
27. │ └─testthat:::expect_condition_matching_(...)
28. │ └─testthat:::quasi_capture(...)
29. │ ├─testthat (local) .capture(...)
30. │ │ └─base::withCallingHandlers(...)
31. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
32. ├─testthat::expect_equal(...)
33. │ └─testthat::quasi_label(enquo(object), label)
34. │ └─rlang::eval_bare(expr, quo_get_env(quo))
35. └─ibawds::evaluate_casestudy(...)
36. └─rlang::check_installed("nanoparquet")
── Error ('test-evaluate_casestudy.R:72:3'): evaluate_casestudy() works with draws ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `evaluate_casestudy(pred_files, sol_file)`: The package "nanoparquet" is required.
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-evaluate_casestudy.R:72:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::suppressWarnings(evaluate_casestudy(pred_files, sol_file))
5. │ └─base::withCallingHandlers(...)
6. └─ibawds::evaluate_casestudy(pred_files, sol_file)
7. └─rlang::check_installed("nanoparquet")
[ FAIL 5 | WARN 0 | SKIP 15 | PASS 192 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang