CRAN Package Check Results for Package dbi.table

Last updated on 2026-05-13 01:49:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 5.47 135.84 141.31 OK
r-devel-linux-x86_64-debian-gcc 1.0.7 3.89 33.59 37.48 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.7 10.00 206.55 216.55 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 11.00 224.55 235.55 OK
r-devel-windows-x86_64 1.0.7 7.00 130.00 137.00 OK
r-patched-linux-x86_64 1.0.7 5.13 125.07 130.20 OK
r-release-linux-x86_64 1.0.7 5.44 127.94 133.38 OK
r-release-macos-arm64 1.0.7 1.00 33.00 34.00 OK
r-release-macos-x86_64 1.0.7 4.00 156.00 160.00 OK
r-release-windows-x86_64 1.0.7 7.00 126.00 133.00 OK
r-oldrel-macos-arm64 1.0.7 1.00 33.00 34.00 OK
r-oldrel-macos-x86_64 1.0.7 4.00 230.00 234.00 OK
r-oldrel-windows-x86_64 1.0.7 10.00 178.00 188.00 OK

Check Details

Version: 1.0.7
Check: examples
Result: ERROR Running examples in ‘dbi.table-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: as.data.frame > ### Title: Coerce to a Data Frame > ### Aliases: as.data.frame as.data.frame.dbi.table > > ### ** Examples > > duck <- chinook.duckdb() Error: the "duckdb" package must be installed to use 'chinook.duckdb' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.7
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(dbi.table) > > test_check("dbi.table") Attaching package: 'data.table' The following object is masked from 'package:base': %notin% Error in `source_dir()`: ! Failed to evaluate './setup.R'. Caused by error: ! the "duckdb" package must be installed to use 'chinook.duckdb' Backtrace: ▆ 1. ├─testthat::test_check("dbi.table") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(...) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─dbi.table::chinook.duckdb() at ./setup.R:9:1 15. │ └─base::stop(...) 16. └─base::.handleSimpleError(...) 17. └─testthat (local) h(simpleError(msg, call)) 18. └─cli::cli_abort(...) 19. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.7
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘introduction_to_dbi_table.Rmd’ using rmarkdown Quitting from introduction_to_dbi_table.Rmd:49-53 [library] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! the "duckdb" package must be installed to use 'chinook.duckdb' --- Backtrace: ▆ 1. └─dbi.table::chinook.duckdb() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'introduction_to_dbi_table.Rmd' failed with diagnostics: the "duckdb" package must be installed to use 'chinook.duckdb' --- failed re-building ‘introduction_to_dbi_table.Rmd’ SUMMARY: processing the following file failed: ‘introduction_to_dbi_table.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc