CRAN Package Check Results for Package withr

Last updated on 2025-04-03 05:51:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.2 2.19 41.18 43.37 OK
r-devel-linux-x86_64-debian-gcc 3.0.2 2.00 31.81 33.81 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 60.00 OK
r-devel-macos-x86_64 3.0.2 69.00 ERROR
r-devel-windows-x86_64 3.0.2 5.00 73.00 78.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.46 39.03 41.49 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