Last updated on 2026-04-25 00:50:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.72 | 22.13 | 23.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.32 | 19.11 | 20.43 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 3.00 | 34.02 | 37.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 35.82 | OK | |||
| r-patched-linux-x86_64 | 1.0.1 | 1.67 | 19.12 | 20.79 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 1.32 | 18.06 | 19.38 | OK | |
| r-release-macos-arm64 | 1.0.1 | 1.00 | 12.00 | 13.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 2.00 | 44.00 | 46.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.1 | 3.00 | 42.00 | 45.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 1.00 | 32.00 | 33.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 3.00 | 40.00 | 43.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(xopen)
>
> if (ps::ps_is_supported()) {
+ reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new()
+ } else {
+ ## ps does not support this platform
+ reporter <- "progress"
+ }
>
> test_check("xopen", reporter = reporter)
test: S....S....S....Still trying to open 'target', you can interrupt any time
.1
══ Skipped ═════════════════════════════════════════════════════════════════════
1. xopen works ('test.R:4:5') - Reason: Need to test this interactively
2. URLs with spaces ('test.R:32:5') - Reason: Need to test this interactively
3. errors ('test.R:41:3') - Reason: On CRAN
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Error ('test.R:54:3'): wait_for_finish ───────────────────────────────────
Error: Could not open 'target'
Exit status: -9
Backtrace:
▆
1. ├─testthat::expect_error(...) at test.R:54:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─xopen:::wait_for_finish(proc, "target", 10, 10)
══ DONE ════════════════════════════════════════════════════════════════════════
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64