CRAN Package Check Results for Package sqlhelper

Last updated on 2026-03-15 21:51:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.54 56.16 58.70 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 1.70 43.50 45.20 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 91.60 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 101.41 OK
r-devel-macos-arm64 0.2.1 1.00 22.00 23.00 OK
r-devel-windows-x86_64 0.2.1 4.00 79.00 83.00 OK
r-patched-linux-x86_64 0.2.1 2.77 51.11 53.88 OK
r-release-linux-x86_64 0.2.1 1.63 51.28 52.91 OK
r-release-macos-arm64 0.2.1 OK
r-release-macos-x86_64 0.2.1 2.00 75.00 77.00 OK
r-release-windows-x86_64 0.2.1 5.00 91.00 96.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 2.00 60.00 62.00 OK
r-oldrel-windows-x86_64 0.2.1 5.00 95.00 100.00 OK

Additional issues

noSuggests

Check Details

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