Last updated on 2026-06-08 03:50:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.11 | 4.61 | 104.81 | 109.42 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.11 | 3.21 | 69.57 | 72.78 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.11 | 171.55 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 8.00 | 187.29 | 195.29 | OK | |
| r-devel-windows-x86_64 | 0.1.11 | 8.00 | 142.00 | 150.00 | OK | |
| r-patched-linux-x86_64 | 0.1.11 | 4.34 | 100.70 | 105.04 | OK | |
| r-release-linux-x86_64 | 0.1.11 | 3.99 | 101.56 | 105.55 | OK | |
| r-release-macos-arm64 | 0.1.11 | 2.00 | 33.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 0.1.11 | 5.00 | 130.00 | 135.00 | OK | |
| r-release-windows-x86_64 | 0.1.11 | 8.00 | 193.00 | 201.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.11 | 2.00 | 39.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.11 | 5.00 | 186.00 | 191.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.11 | 13.00 | 294.00 | 307.00 | OK |
Version: 0.1.11
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [17s/21s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("dittodb")
Loading required package: dittodb
Loading required package: DBI
Saving _problems/test-a-recording-79.R
Saving _problems/test-dbplyr-integration-29.R
Tracing function "dbConnect" in package "RSQLite"
Tracing function "dbConnect" in package "namespace:DBI"
Untracing function "dbConnect" in package "RSQLite"
Untracing function "dbConnect" in package "namespace:DBI"
Tracing function "dbConnect" in package "RSQLite"
Tracing function "dbConnect" in package "namespace:DBI"
Untracing function "dbConnect" in package "RSQLite"
Untracing function "dbConnect" in package "namespace:DBI"
[ FAIL 2 | WARN 3 | SKIP 7 | PASS 204 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• Skipping tests that need functioning MariaDB. (1):
'test-dbi-generic-integration.R:49:5'
• Skipping tests that need functioning Postgres. (6):
'test-dbi-generic-integration.R:49:5', 'test-dbi-generic-integration.R:49:5',
'test-dbi-generic-integration.R:49:5', 'test-nycflights13.R:16:3',
'test-nycflights13.R:57:3', 'test-nycflights13.R:97:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-a-recording.R:79:3'): dbGetQuery error checking ────────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `check_dbplyr()`: The package "dbplyr" is required to communicate with database backends.
Backtrace:
▆
1. ├─testthat::expect_error(dplyr::tbl(con, "airlines"), regex_db) at test-a-recording.R:79:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. ├─dplyr::tbl(con, "airlines")
8. └─dplyr:::tbl.DBIConnection(con, "airlines")
9. └─dplyr::check_dbplyr()
10. └─rlang::check_installed("dbplyr", "to communicate with database backends.")
── Error ('test-dbplyr-integration.R:29:1'): (code run outside of `test_that()`) ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `check_dbplyr()`: The package "dbplyr" is required to communicate with database backends.
Backtrace:
▆
1. ├─dplyr::tbl(con, "flights") at test-dbplyr-integration.R:29:1
2. └─dplyr:::tbl.DBIConnection(con, "flights")
3. └─dplyr::check_dbplyr()
4. └─rlang::check_installed("dbplyr", "to communicate with database backends.")
[ FAIL 2 | WARN 3 | SKIP 7 | PASS 204 ]
Error:
! Test failures.
Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc