Last updated on 2025-12-19 17:50:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.2 | 6.35 | 85.69 | 92.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.2 | 5.32 | 57.94 | 63.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.2 | 14.00 | 131.46 | 145.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 12.00 | 106.27 | 118.27 | ERROR | |
| r-devel-windows-x86_64 | 0.4.2 | 10.00 | 100.00 | 110.00 | OK | |
| r-patched-linux-x86_64 | 0.4.2 | 8.36 | 72.02 | 80.38 | OK | |
| r-release-linux-x86_64 | 0.4.2 | 6.73 | 72.44 | 79.17 | OK | |
| r-release-macos-arm64 | 0.4.2 | OK | ||||
| r-release-macos-x86_64 | 0.4.2 | 5.00 | 80.00 | 85.00 | OK | |
| r-release-windows-x86_64 | 0.4.2 | 11.00 | 97.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.2 | 5.00 | 72.00 | 77.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.2 | 12.00 | 120.00 | 132.00 | OK |
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(table.express)
Attaching package: 'table.express'
The following object is masked from 'package:stats':
filter
> library(testthat)
>
> # old reporter for CMD checks
> options(testthat.default_reporter = "summary")
>
> #' To test in a local machine:
> #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
> #' OR
> #' devtools::test()
> #'
> testthat::test_check("table.express")
Error in `source_dir()`:
! Failed to evaluate './helper-joins.R'.
Caused by error in `[.data.table`:
! attempt access index 2/2 in VECTOR_ELT
Backtrace:
▆
1. ├─testthat::test_check("table.express")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ ├─website[, `:=`(session_id, .GRP), by = .(name, session_start_time)] at ./helper-joins.R:74:1
15. │ └─data.table:::`[.data.table`(...) at ./helper-joins.R:74:1
16. └─base::.handleSimpleError(...)
17. └─testthat (local) h(simpleError(msg, call))
18. └─cli::cli_abort(...)
19. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc