Last updated on 2025-12-06 00:48:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 1.90 | 30.78 | 32.68 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 1.94 | 19.57 | 21.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 48.00 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 11.00 | 35.13 | 46.13 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 3.00 | 45.00 | 48.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 2.16 | 25.83 | 27.99 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 2.02 | 27.09 | 29.11 | OK | |
| r-release-macos-arm64 | 0.4.0 | OK | ||||
| r-release-macos-x86_64 | 0.4.0 | 3.00 | 40.00 | 43.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 4.00 | 46.00 | 50.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 3.00 | 47.00 | 50.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 5.00 | 52.00 | 57.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dbx)
>
> test_check("dbx")
Saving _problems/test-sqlite-10.R
[ FAIL 1 | WARN 0 | SKIP 22 | PASS 100 ]
══ Skipped tests (22) ══════════════════════════════════════════════════════════
• !isPostgres(db) is TRUE (10): 'test-sqlite.R:7:1', 'test-sqlite.R:7:1',
'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1',
'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1',
'test-sqlite.R:7:1', 'test-sqlite.R:7:1'
• On CRAN (7): 'test-mariadb.R:3:1', 'test-mysql.R:3:1',
'test-odbc-mysql.R:3:1', 'test-odbc-postgres.R:3:1',
'test-odbc-sqlserver.R:3:1', 'test-postgres.R:3:1', 'test-postgresql.R:3:1'
• duckdb (1): 'test-duckdb.R:3:1'
• empty test (1): 'test-sqlite.R:7:1'
• isSQLite(db) is TRUE (1): 'test-sqlite.R:7:1'
• isSQLite(db) || isSQLServer(db) || isDuckDB(db) is TRUE (1):
'test-sqlite.R:7:1'
• redshift (1): 'test-redshift.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-sqlite.R:10:3'): connect with url works ────────────────────────
Error in `dbxConnect(url = "sqlite:///:memory:")`: Install 'urltools' to use url
Backtrace:
▆
1. └─dbx::dbxConnect(url = "sqlite:///:memory:") at test-sqlite.R:10:3
[ FAIL 1 | WARN 0 | SKIP 22 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc