Last updated on 2026-03-15 20:51:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.7 | 6.03 | 134.50 | 140.53 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.7 | 4.12 | 97.06 | 101.18 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.7 | 9.00 | 207.61 | 216.61 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 11.00 | 242.52 | 253.52 | OK | |
| r-devel-macos-arm64 | 1.0.7 | 1.00 | 34.00 | 35.00 | OK | |
| r-devel-windows-x86_64 | 1.0.7 | 9.00 | 126.00 | 135.00 | OK | |
| r-patched-linux-x86_64 | 1.0.7 | 5.66 | 126.20 | 131.86 | OK | |
| r-release-linux-x86_64 | 1.0.7 | 4.10 | 123.98 | 128.08 | OK | |
| r-release-macos-arm64 | 1.0.7 | 1.00 | 33.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 1.0.7 | 4.00 | 230.00 | 234.00 | OK | |
| r-release-windows-x86_64 | 1.0.7 | 8.00 | 129.00 | 137.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.7 | 1.00 | 38.00 | 39.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.7 | 4.00 | 218.00 | 222.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.7 | 10.00 | 183.00 | 193.00 | OK |
Version: 1.0.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [114s/150s]
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(dbi.table)
>
> test_check("dbi.table")
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
Saving _problems/test-regression-27.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 422 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-mariadb.R:10:3', 'test-postgres.R:11:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-regression.R:25:5'): dbi.table evaluates $, [[, and [ [memory_sqlite] ──
Error: Invalid result set
Backtrace:
▆
1. ├─testthat::expect_true(...) at test-regression.R:25:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─dbi.table::reference.test(...)
5. └─base::lapply(dbits, data.table::as.data.table)
6. ├─data.table (local) FUN(X[[i]], ...)
7. └─dbi.table (local) as.data.table.dbi.table(X[[i]], ...)
8. ├─base::as.data.frame(x, n = n, strict = n > 0L)
9. └─dbi.table:::as.data.frame.dbi.table(x, n = n, strict = n > 0L)
10. ├─DBI::dbGetQuery(x, write_select_query(x, n, strict))
11. └─DBI::dbGetQuery(x, write_select_query(x, n, strict))
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 422 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang