Last updated on 2026-04-25 13:50:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 4.93 | 37.57 | 42.50 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 4.75 | 28.48 | 33.23 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 11.00 | 55.13 | 66.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 10.00 | 54.32 | 64.32 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 6.67 | 35.06 | 41.73 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 5.92 | 32.66 | 38.58 | OK | |
| r-release-macos-arm64 | 0.1.2 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 4.00 | 39.00 | 43.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.2 | 7.00 | 52.00 | 59.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 4.00 | 44.00 | 48.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 7.00 | 53.00 | 60.00 | OK |
Version: 0.1.2
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(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
Flavor: r-release-macos-x86_64