Last updated on 2026-03-16 08:52:46 CET.
| Package | ERROR | OK |
|---|---|---|
| dbi.table | 1 | 13 |
| fit.models | 14 |
Current CRAN status: ERROR: 1, OK: 13
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
Current CRAN status: OK: 14