CRAN Package Check Results for Package dbplyr

Last updated on 2025-12-26 07:48:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.5.1 23.85 318.87 342.72 OK
r-devel-linux-x86_64-debian-gcc 2.5.1 14.54 219.52 234.06 OK
r-devel-linux-x86_64-fedora-clang 2.5.1 44.00 531.09 575.09 OK
r-devel-linux-x86_64-fedora-gcc 2.5.1 40.00 532.25 572.25 OK
r-devel-windows-x86_64 2.5.1 23.00 233.00 256.00 OK
r-patched-linux-x86_64 2.5.1 25.51 301.35 326.86 OK
r-release-linux-x86_64 2.5.1 19.68 304.89 324.57 OK
r-release-macos-arm64 2.5.1 OK
r-release-macos-x86_64 2.5.1 14.00 273.00 287.00 OK
r-release-windows-x86_64 2.5.1 23.00 213.00 236.00 ERROR
r-oldrel-macos-arm64 2.5.1 OK
r-oldrel-macos-x86_64 2.5.1 15.00 269.00 284.00 OK
r-oldrel-windows-x86_64 2.5.1 38.00 311.00 349.00 OK

Check Details

Version: 2.5.1
Check: tests
Result: ERROR Running 'testthat.R' [61s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(dbplyr) > > test_check("dbplyr") Starting 2 test processes. > test-table-name.R: Warning message: > test-table-name.R: call dbDisconnect() when finished working with a connection > test-verb-joins.R: Joining with `by = join_by(x)` > test-verb-slice.R: Error: ! testthat subprocess exited in file 'test-verb-slice.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("dbplyr") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─cli::cli_abort(...) 18. └─rlang::abort(...) Execution halted Flavor: r-release-windows-x86_64