Last updated on 2026-06-08 14:50:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.3 | 7.12 | 76.67 | 83.79 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.3 | 5.14 | 55.55 | 60.69 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.3 | 11.00 | 113.43 | 124.43 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 12.00 | 131.86 | 143.86 | OK | |
| r-devel-windows-x86_64 | 1.3.3 | 8.00 | 85.00 | 93.00 | OK | |
| r-patched-linux-x86_64 | 1.3.3 | 6.77 | 71.23 | 78.00 | OK | |
| r-release-linux-x86_64 | 1.3.3 | 6.33 | 70.89 | 77.22 | OK | |
| r-release-macos-arm64 | 1.3.3 | 2.00 | 24.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 1.3.3 | 5.00 | 88.00 | 93.00 | OK | |
| r-release-windows-x86_64 | 1.3.3 | 8.00 | 85.00 | 93.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.3 | 2.00 | 25.00 | 27.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.3 | 5.00 | 95.00 | 100.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.3 | 10.00 | 106.00 | 116.00 | OK |
Version: 1.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/5s]
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(survSAKK)
>
> test_check("survSAKK")
Saving _problems/test-surv.plot-150.R
Saving _problems/test-surv.plot-473.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 97 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-surv.plot.R:148:3'): surv.plot throws error for invalid risktable parameter ──
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_silent(...) at test-surv.plot.R:148:3
2. └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. └─testthat (local) .capture(...)
4. └─withr::with_output_sink(...)
5. └─withr:::set_output_sink(file = new, append = append, split = split)
6. └─withr:::output_sink(file = file, append = append, split = split)
7. └─base::sink(file = file, append = append, type = "output", split = split)
8. └─base::file(file, if (append) "a" else "w")
── Failure ('test-surv.plot.R:471:3'): Check several time points and position. ──
Expected `surv.plot(...)` to run silently.
Actual noise: warnings.
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 97 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc