Last updated on 2026-06-08 07:50:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-1 | 21.01 | 104.53 | 125.54 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1-1 | 16.39 | 74.74 | 91.13 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1-1 | 35.00 | 159.10 | 194.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1-1 | 41.00 | 172.33 | 213.33 | OK | |
| r-devel-windows-x86_64 | 1.1-1 | 26.00 | 157.00 | 183.00 | OK | |
| r-patched-linux-x86_64 | 1.1-1 | 21.63 | 98.61 | 120.24 | OK | |
| r-release-linux-x86_64 | 1.1-1 | 21.23 | 98.93 | 120.16 | OK | |
| r-release-macos-arm64 | 1.1-1 | 6.00 | 31.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 1.1-1 | 16.00 | 110.00 | 126.00 | OK | |
| r-release-windows-x86_64 | 1.1-1 | 28.00 | 154.00 | 182.00 | OK | |
| r-oldrel-macos-arm64 | 1.1-1 | 4.00 | 39.00 | 43.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1-1 | 15.00 | 110.00 | 125.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1-1 | 33.00 | 193.00 | 226.00 | OK |
Version: 1.1-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
>
> test_check("spray")
Loading required package: spray
Attaching package: 'spray'
The following objects are masked from 'package:base':
pmax, pmin
Saving _problems/test_aab-14.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 201 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_aab.R:14:9'): test suite aab ───────────────────────────────────
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─spray (local) checker1(rspray(8)) at test_aab.R:68:9
2. └─testthat::expect_silent(jj <- -(S * 0)) at test_aab.R:14:9
3. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
4. └─testthat (local) .capture(...)
5. └─withr::with_output_sink(...)
6. └─withr:::set_output_sink(file = new, append = append, split = split)
7. └─withr:::output_sink(file = file, append = append, split = split)
8. └─base::sink(file = file, append = append, type = "output", split = split)
9. └─base::file(file, if (append) "a" else "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 201 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc