Last updated on 2026-06-05 07:54:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.0 | 9.37 | 375.84 | 385.21 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.0 | 5.81 | 246.18 | 251.99 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.8.0 | 15.00 | 603.02 | 618.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 15.00 | 601.90 | 616.90 | OK | |
| r-devel-windows-x86_64 | 0.8.0 | 12.00 | 231.00 | 243.00 | OK | |
| r-patched-linux-x86_64 | 0.8.0 | 10.19 | 360.54 | 370.73 | OK | |
| r-release-linux-x86_64 | 0.8.0 | 9.16 | 366.36 | 375.52 | OK | |
| r-release-macos-arm64 | 0.8.0 | 2.00 | 57.00 | 59.00 | OK | |
| r-release-macos-x86_64 | 0.8.0 | 6.00 | 356.00 | 362.00 | OK | |
| r-release-windows-x86_64 | 0.8.0 | 11.00 | 206.00 | 217.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.8.0 | 2.00 | 53.00 | 55.00 | OK | |
| r-oldrel-macos-x86_64 | 0.8.0 | 5.00 | 273.00 | 278.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.0 | 18.00 | 312.00 | 330.00 | OK |
Version: 0.8.0
Check: tests
Result: ERROR
Running 'testthat.R' [94s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(cards)
>
> test_check("cards")
Starting 2 test processes.
> test-bind_ard.R: i 27 rows with duplicated statistic values have been removed.
> test-bind_ard.R: * See cards::bind_ard(.distinct) (`?cards::bind_ard()`) for details.
> test-compare_ard.R: The comparison `keys` are "variable" and "stat_name".
> test-compare_ard.R: The comparison columns are "stat_label" and "stat".
> test-compare_ard.R:
> test-compare_ard.R: -- Mis-matched Rows ------------------------------------------------------------
> test-compare_ard.R: v No rows in `x` that do not appear in `y`.
> test-compare_ard.R: v No rows in `y` that do not appear in `x`.
> test-compare_ard.R:
> test-compare_ard.R: -- Comparison Results ----------------------------------------------------------
> test-compare_ard.R: v No differences found in column "stat".
> test-compare_ard.R: The comparison `keys` are "variable" and "stat_name".
> test-compare_ard.R: The comparison columns are "stat_label" and "stat".
> test-compare_ard.R:
> test-compare_ard.R: -- Mis-matched Rows ------------------------------------------------------------
> test-compare_ard.R: v No rows in `x` that do not appear in `y`.
> test-compare_ard.R: v No rows in `y` that do not appear in `x`.
> test-compare_ard.R:
> test-compare_ard.R: -- Comparison Results ----------------------------------------------------------
> test-compare_ard.R: v No differences found in column "stat_label".
> test-compare_ard.R: variable stat_name stat.x stat.y difference
> test-compare_ard.R: 1 AGE mean 75.08661 76.08661 Mean relative difference: 0.01331795
> test-compare_ard.R: 2 AGE median 77 78 Mean relative difference: 0.01298701
> test-compare_ard.R: 3 AGE p25 70 71 Mean relative difference: 0.01428571
> test-compare_ard.R: 4 AGE p75 81 82 Mean relative difference: 0.01234568
> test-compare_ard.R: 5 AGE min 51 52 Mean relative difference: 0.01960784
> test-compare_ard.R: 6 AGE max 89 90 Mean relative difference: 0.01123596
> test-compare_ard.R: The comparison `keys` are "variable" and "stat_name".
> test-compare_ard.R: The comparison columns are "stat_label" and "stat".
> test-compare_ard.R:
> test-compare_ard.R: -- Mis-matched Rows ------------------------------------------------------------
> test-compare_ard.R:
> test-compare_ard.R: v No rows in `y` that do not appear in `x`.
> test-compare_ard.R:
> test-compare_ard.R: -- Comparison Results ----------------------------------------------------------
> test-compare_ard.R: v No differences found in column "stat_label".
> test-compare_ard.R: v No differences found in column "stat".
> test-round5.R:
Error:
! testthat subprocess exited in file 'test-round5.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("cards")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64