Last updated on 2025-12-17 04:48:59 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.4.3 | 2.46 | 22.19 | 24.65 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.4.3 | 1.96 | 18.64 | 20.60 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.4.3 | 40.26 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.4.3 | 36.17 | OK | |||
| r-devel-windows-x86_64 | 3.4.3 | 18.00 | 53.00 | 71.00 | OK | |
| r-patched-linux-x86_64 | 3.4.3 | 2.17 | 20.67 | 22.84 | OK | |
| r-release-linux-x86_64 | 3.4.3 | 2.36 | 20.63 | 22.99 | OK | |
| r-release-macos-arm64 | 3.4.3 | OK | ||||
| r-release-macos-x86_64 | 3.4.3 | 3.00 | 37.00 | 40.00 | OK | |
| r-release-windows-x86_64 | 3.4.3 | 10.00 | 53.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 3.4.3 | OK | ||||
| r-oldrel-macos-x86_64 | 3.4.3 | 3.00 | 56.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 3.4.3 | 17.00 | 59.00 | 76.00 | ERROR |
Version: 3.4.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'unix'
Flavor: r-oldrel-windows-x86_64
Version: 3.4.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(sys)
>
> test_check("sys")
Saving _problems/test-timeout-19.R
Saving _problems/test-timeout-21.R
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 41 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• System does not support unicode paths (2): 'test-encoding.R:18:3',
'test-encoding.R:37:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-timeout.R:19:5'): exec timeout works ─────────────────────────
`exec_internal(command, args, timeout = 0.5)` threw an error with unexpected message.
Expected match: "timeout"
Actual message: "Executing 'ping' failed with status 1"
Backtrace:
▆
1. ├─base::system.time(...) at test-timeout.R:18:3
2. ├─testthat::expect_error(...) at test-timeout.R:19:5
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─sys::exec_internal(command, args, timeout = 0.5)
── Failure ('test-timeout.R:21:3'): exec timeout works ─────────────────────────
Expected `times[["elapsed"]]` >= 0.45.
Actual comparison: 0.26 < 0.45
Difference: -0.19 < 0
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 41 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64