CRAN Package Check Results for Package dbx

Last updated on 2024-11-03 15:48:21 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 2.10 26.67 28.77 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 0.29 1.40 1.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.2 46.56 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 42.16 OK
r-devel-windows-x86_64 0.3.2 4.00 47.00 51.00 OK
r-patched-linux-x86_64 0.3.2 2.41 24.82 27.23 OK
r-release-linux-x86_64 0.3.2 2.25 24.24 26.49 ERROR
r-release-macos-arm64 0.3.2 18.00 OK
r-release-macos-x86_64 0.3.2 35.00 OK
r-release-windows-x86_64 0.3.2 4.00 49.00 53.00 OK
r-oldrel-macos-arm64 0.3.2 27.00 OK
r-oldrel-macos-x86_64 0.3.2 45.00 OK
r-oldrel-windows-x86_64 0.3.2 3.00 51.00 54.00 OK

Check Details

Version: 0.3.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.2
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'urltools', 'odbc' Flavor: r-release-linux-x86_64

Version: 0.3.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dbx) > > test_check("dbx") [ FAIL 1 | WARN 0 | SKIP 24 | PASS 84 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • !(isPostgres(db) || isMariaDB(db)) || redshift is TRUE (3): 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1' • !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 (4): 'test-mariadb.R:3:1', 'test-mysql.R:3:1', 'test-postgres.R:3:1', 'test-postgresql.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) is TRUE (1): 'test-sqlite.R:7:1' • odbc (3): 'test-odbc-mysql.R:3:1', 'test-odbc-postgres.R:3:1', 'test-odbc-sqlserver.R:3: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 24 | PASS 84 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64