- using R version 4.6.0 alpha (2026-03-30 r89743)
- using platform: x86_64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
- running under: macOS Ventura 13.3.1
- using session charset: UTF-8
* current time: 2026-04-05 02:35:20 UTC
- checking for file ‘adbi/DESCRIPTION’ ... OK
- this is package ‘adbi’ version ‘0.1.2’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘adbi’ can be installed ... [4s/6s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [2s/2s] 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(adbi)
>
> test_check("adbi")
Error in `source_dir()`:
! Failed to evaluate './helper-DBItest.R'.
Caused by error in `loadNamespace()`:
! there is no package called 'adbcsqlite'
Backtrace:
▆
1. ├─testthat::test_check("adbi")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[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. │ ├─DBItest::make_context(...) at ./helper-DBItest.R:1:1
15. │ └─adbi::adbi("adbcsqlite") at DBItest/R/context.R:48:3
16. │ ├─base::get(fun, envir = asNamespace(pkg), mode = "function", inherits = FALSE)
17. │ └─base::asNamespace(pkg)
18. │ └─base::getNamespace(ns)
19. │ ├─.Internal(getRegisteredNamespace(name)) %||% ...
20. │ └─base::loadNamespace(name)
21. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
22. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
23. │ │ └─base (local) doWithOneRestart(return(expr), restart)
24. │ └─base::stop(cond)
25. └─testthat (local) `<fn>`(`<pckgNtFE>`)
26. └─cli::cli_abort(...)
27. └─rlang::abort(...)
Execution halted
- checking PDF version of manual ... [7s/9s] OK
- DONE
Status: 1 ERROR
- using check arguments '--no-clean-on-error '