Last updated on 2026-06-08 07:50:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.1 | 3.03 | 31.31 | 34.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.1 | 1.74 | 22.72 | 24.46 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.1 | 50.08 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 46.17 | OK | |||
| r-devel-windows-x86_64 | 0.9.1 | 4.00 | 56.00 | 60.00 | OK | |
| r-patched-linux-x86_64 | 0.9.1 | 3.49 | 27.99 | 31.48 | OK | |
| r-release-linux-x86_64 | 0.9.1 | 2.93 | 27.94 | 30.87 | OK | |
| r-release-macos-arm64 | 0.9.1 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.9.1 | 3.00 | 40.00 | 43.00 | OK | |
| r-release-windows-x86_64 | 0.9.1 | 6.00 | 58.00 | 64.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.1 | 1.00 | 17.00 | 18.00 | OK | |
| r-oldrel-macos-x86_64 | 0.9.1 | 3.00 | 46.00 | 49.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.1 | 5.00 | 64.00 | 69.00 | OK |
Version: 0.9.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pedmut)
>
> test_check("pedmut")
Saving _problems/test-mutationModel-7.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 70 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mutationModel.R:7:3'): mutation models are validated ───────────
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_silent(validateMutationModel(M)) at test-mutationModel.R:7: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")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 70 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc