Last updated on 2025-10-31 00:51:20 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.2 | 2.49 | 45.05 | 47.54 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.2 | 1.86 | 34.14 | 36.00 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.0.2 | 72.33 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.0.2 | 83.11 | OK | |||
| r-devel-windows-x86_64 | 3.0.2 | 5.00 | 74.00 | 79.00 | OK | |
| r-patched-linux-x86_64 | 3.0.2 | 2.22 | 41.45 | 43.67 | OK | |
| r-release-linux-x86_64 | 3.0.2 | 2.10 | 41.73 | 43.83 | OK | |
| r-release-macos-arm64 | 3.0.2 | 2.00 | 33.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 3.0.2 | 2.00 | 56.00 | 58.00 | ERROR | |
| r-release-windows-x86_64 | 3.0.2 | 7.00 | 74.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 3.0.2 | 1.00 | 32.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 3.0.2 | 3.00 | 84.00 | 87.00 | OK | |
| r-oldrel-windows-x86_64 | 3.0.2 | 6.00 | 93.00 | 99.00 | OK | 
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-release-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-release-macos-x86_64