Last updated on 2025-10-21 18:50:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.2 | 2.72 | 45.51 | 48.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0.2 | 1.63 | 35.73 | 37.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0.2 | 16.00 | 60.11 | 76.11 | 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.68 | 41.98 | 44.66 | OK | |
r-release-linux-x86_64 | 3.0.2 | 2.11 | 41.72 | 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 | 73.00 | 80.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 | 7.00 | 85.00 | 92.00 | OK |
Version: 3.0.2
Check: HTML version of manual
Result: NOTE
Found the following HTML validation problems:
global_defer.html:54:1 (global_defer.Rd:14): Warning: missing </ul> before </div>
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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