Last updated on 2026-06-08 06:52:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 5.45 | 67.93 | 73.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 6.13 | 49.59 | 55.72 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 12.00 | 104.24 | 116.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 11.00 | 104.20 | 115.20 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 9.00 | 82.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 6.56 | 63.86 | 70.42 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 7.38 | 63.85 | 71.23 | OK | |
| r-release-macos-arm64 | 1.0.0 | 2.00 | 19.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 5.00 | 73.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 9.00 | 81.00 | 90.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 5.00 | 71.00 | 76.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 12.00 | 98.00 | 110.00 | OK |
Version: 1.0.0
Check: for code/documentation mismatches
Result: WARN
Fatal error: cannot create 'R_TempDir'
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(checkmate)
> library(boostrq)
Loading required package: mboost
Loading required package: parallel
Loading required package: stabs
>
> test_check("boostrq")
Saving _problems/test-boostrq_output-82.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 85 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-boostrq_output.R:82:3'): coefficient output is correct ─────────
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_output(...) at test-boostrq_output.R:82:3
2. └─testthat:::quasi_capture(...)
3. └─testthat (local) .capture(...)
4. └─testthat::capture_output_lines(code, print, width = width)
5. └─testthat:::eval_with_output(code, print = print, width = width)
6. └─withr::with_output_sink(path, withVisible(code))
7. └─withr:::set_output_sink(file = new, append = append, split = split)
8. └─withr:::output_sink(file = file, append = append, split = split)
9. └─base::sink(file = file, append = append, type = "output", split = split)
10. └─base::file(file, if (append) "a" else "w")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 85 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc