CRAN Package Check Results for Package dm

Last updated on 2025-12-26 11:52:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.12 14.00 370.23 384.23 OK
r-devel-linux-x86_64-debian-gcc 1.0.12 10.11 243.62 253.73 OK
r-devel-linux-x86_64-fedora-clang 1.0.12 29.00 611.47 640.47 OK
r-devel-linux-x86_64-fedora-gcc 1.0.12 28.00 612.06 640.06 OK
r-devel-windows-x86_64 1.0.12 19.00 243.00 262.00 ERROR
r-patched-linux-x86_64 1.0.12 13.78 343.19 356.97 OK
r-release-linux-x86_64 1.0.12 13.35 342.26 355.61 OK
r-release-macos-arm64 1.0.12 OK
r-release-macos-x86_64 1.0.12 10.00 269.00 279.00 OK
r-release-windows-x86_64 1.0.12 22.00 267.00 289.00 OK
r-oldrel-macos-arm64 1.0.12 OK
r-oldrel-macos-x86_64 1.0.12 11.00 285.00 296.00 OK
r-oldrel-windows-x86_64 1.0.12 31.00 353.00 384.00 OK

Check Details

Version: 1.0.12
Check: tests
Result: ERROR Running 'testthat.R' [45s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > > # Need to use qualified call, this is checked in helper-print.R > testthat::test_check("dm") Loading required package: dm Attaching package: 'dm' The following object is masked from 'package:stats': filter Starting 2 test processes. > test-bind.R: `on_delete = "cascade"` not supported for duckdb > test-bind.R: Note: method with signature 'DBIConnection#Id' chosen for function 'dbExistsTable', > test-bind.R: target signature 'duckdb_connection#Id'. > test-bind.R: "duckdb_connection#ANY" would also be valid > test-check-cardinalities.R: Warning message: > test-check-cardinalities.R: call dbDisconnect() when finished working with a connection > test-dm.R: `on_delete = "cascade"` not supported for duckdb > test-dm.R: Note: method with signature 'DBIConnection#Id' chosen for function 'dbExistsTable', > test-dm.R: target signature 'duckdb_connection#Id'. > test-dm.R: "duckdb_connection#ANY" would also be valid > test-dm_unnest_tbl.R: Error: ! testthat subprocess exited in file 'test-dm_unnest_tbl.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("dm") 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-devel-windows-x86_64