CRAN Package Check Results for Package withr

Last updated on 2025-04-04 18:53:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.2 2.67 40.79 43.46 OK
r-devel-linux-x86_64-debian-gcc 3.0.2 1.73 30.89 32.62 OK
r-devel-linux-x86_64-fedora-clang 3.0.2 73.34 OK
r-devel-linux-x86_64-fedora-gcc 3.0.2 82.50 OK
r-devel-macos-arm64 3.0.2 35.00 OK
r-devel-macos-x86_64 3.0.2 69.00 ERROR
r-devel-windows-x86_64 3.0.2 8.00 73.00 81.00 OK
r-patched-linux-x86_64 3.0.2 3.29 40.02 43.31 OK
r-release-linux-x86_64 3.0.2 2.55 38.14 40.69 OK
r-release-macos-arm64 3.0.2 33.00 OK
r-release-macos-x86_64 3.0.2 87.00 OK
r-release-windows-x86_64 3.0.2 6.00 70.00 76.00 OK
r-oldrel-macos-arm64 3.0.2 OK
r-oldrel-macos-x86_64 3.0.2 109.00 OK
r-oldrel-windows-x86_64 3.0.2 6.00 78.00 84.00 OK

Check Details

Version: 3.0.2
Check: examples
Result: ERROR Running examples in ‘withr-Ex.R’ failed The error most likely occurred in: > ### Name: with_db_connection > ### Title: DBMS Connections which disconnect themselves. > ### Aliases: with_db_connection local_db_connection > > ### ** Examples > > db <- tempfile() > with_db_connection( + list(con = DBI::dbConnect(RSQLite::SQLite(), db)), { + DBI::dbWriteTable(con, "mtcars", mtcars) + }) Error in loadNamespace(x) : there is no package called ‘pkgconfig’ Calls: with_db_connection ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted [1] "two" [1] "one" Ran 2/2 deferred expressions Flavor: r-devel-macos-x86_64

Version: 3.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(withr) > > test_check("withr") [ FAIL 0 | WARN 0 | SKIP 5 | PASS 376 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ Error in base::nchar(wide_chars$test, type = "width") : cannot open file '/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/cli/R/sysdata.rdb': No such file or directory Calls: test_check ... unicode_pre -> setup_unicode_width_fix -> <Anonymous> Execution halted No deferred expressions to run No deferred expressions to run Flavor: r-devel-macos-x86_64