CRAN Package Check Results for Package tidyquery

Last updated on 2026-06-08 09:51:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.4 6.47 98.47 104.94 OK
r-devel-linux-x86_64-debian-gcc 0.2.4 4.62 37.00 41.62 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.4 10.00 152.48 162.48 OK
r-devel-linux-x86_64-fedora-gcc 0.2.4 11.00 176.19 187.19 OK
r-devel-windows-x86_64 0.2.4 8.00 118.00 126.00 OK
r-patched-linux-x86_64 0.2.4 5.08 91.32 96.40 OK
r-release-linux-x86_64 0.2.4 5.28 91.67 96.95 OK
r-release-macos-arm64 0.2.4 1.00 34.00 35.00 OK
r-release-macos-x86_64 0.2.4 4.00 154.00 158.00 OK
r-release-windows-x86_64 0.2.4 8.00 117.00 125.00 OK
r-oldrel-macos-arm64 0.2.4 OK
r-oldrel-macos-x86_64 0.2.4 4.00 135.00 139.00 OK
r-oldrel-windows-x86_64 0.2.4 11.00 152.00 163.00 OK

Check Details

Version: 0.2.4
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tidyquery) > > test_check("tidyquery") Error in `source_dir()`: ! Failed to evaluate './setup-load_data.R'. Caused by error in `library()`: ! there is no package called 'dbplyr' Backtrace: ▆ 1. ├─testthat::test_check("tidyquery") 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. │ ├─base::suppressPackageStartupMessages(library(dbplyr)) at ./setup-load_data.R:3:1 15. │ │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage")) 16. │ └─base::library(dbplyr) 17. │ └─base::stop(packageNotFoundError(package, lib.loc, sys.call())) 18. └─testthat (local) `<fn>`(`<pckgNtFE>`) 19. └─cli::cli_abort(...) 20. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc