Last updated on 2026-03-16 08:52:48 CET.
| Package | ERROR | OK |
|---|---|---|
| sqlhelper | 1 | 13 |
Current CRAN status: ERROR: 1, OK: 13
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(sqlhelper)
>
> test_check("sqlhelper")
Saving _problems/test-get_driver-27.R
Note: method with signature 'DBIObject#sf' chosen for function 'dbDataType',
target signature 'SQLiteConnection#sf'.
"SQLiteConnection#ANY" would also be valid
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 149 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-read_configs.R:20:3', 'test-read_configs.R:28:3'
• Requires local SQL Server instance (1): 'test-prepare_sql.R:156:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_driver.R:27:3'): get_driver recognizes db types ────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `get_driver("testcon", "bigquery")`: The package "bigrquery" is required to create connection 'testcon'
Backtrace:
▆
1. └─sqlhelper:::get_driver("testcon", "bigquery") at test-get_driver.R:27:3
2. └─rlang::check_installed(pn, reason = glue::glue("to create connection '{conn_name}'"))
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 149 ]
Error:
! Test failures.
Execution halted
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
Flavor: r-devel-linux-x86_64-fedora-clang