Last updated on 2025-04-12 20:52:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.2 | 2.27 | 40.93 | 43.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0.2 | 1.81 | 31.15 | 32.96 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0.2 | 73.34 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.2 | 84.23 | OK | |||
r-devel-macos-arm64 | 3.0.2 | 35.00 | OK | |||
r-devel-macos-x86_64 | 3.0.2 | 58.00 | ERROR | |||
r-devel-windows-x86_64 | 3.0.2 | 6.00 | 72.00 | 78.00 | OK | |
r-patched-linux-x86_64 | 3.0.2 | 3.31 | 40.18 | 43.49 | OK | |
r-release-linux-x86_64 | 3.0.2 | 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 | 4.00 | 81.00 | 85.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 | 80.00 | 86.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-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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.