CRAN Package Check Results for Package sqlhelper

Last updated on 2025-12-12 07:50:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 2.56 56.64 59.20 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 1.80 42.52 44.32 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 90.29 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 98.76 OK
r-devel-windows-x86_64 0.2.1 4.00 78.00 82.00 OK
r-patched-linux-x86_64 0.2.1 2.70 51.67 54.37 OK
r-release-linux-x86_64 0.2.1 2.45 51.49 53.94 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 4.00 76.00 80.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 6.00 91.00 97.00 OK

Check Details

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(sqlhelper) > > test_check("sqlhelper") Saving _problems/test-get_driver-7.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 139 ] ══ 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:7:3'): get_driver recognizes db types ───────────── <rlib_error_package_not_found/rlang_error/error/condition> Error in `get_driver("testcon", "odbc")`: The package "odbc" is required to create connection 'testcon' Backtrace: ▆ 1. └─sqlhelper:::get_driver("testcon", "odbc") at test-get_driver.R:7:3 2. └─rlang::check_installed(pn, reason = glue::glue("to create connection '{conn_name}'")) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 139 ] 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-debian-gcc