Last updated on 2026-06-07 23:50:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 8.95 | 475.68 | 484.63 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 6.70 | 287.11 | 293.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 16.00 | 823.95 | 839.95 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 16.00 | 817.71 | 833.71 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 13.00 | 571.00 | 584.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 10.93 | 452.23 | 463.16 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 8.99 | 452.03 | 461.02 | OK | |
| r-release-macos-arm64 | 0.1.2 | 3.00 | 106.00 | 109.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 8.00 | 500.00 | 508.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 13.00 | 516.00 | 529.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 8.00 | 779.00 | 787.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 19.00 | 647.00 | 666.00 | OK |
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [179s/216s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # tests/testthat.R
>
> library(testthat)
> library(ffaframework)
> test_check("ffaframework")
Saving _problems/test-internal-validation-128.R
[ FAIL 1 | WARN 1 | SKIP 24 | PASS 976 ]
══ Skipped tests (24) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-select-zstatistic.R:36:2',
'test-select-zstatistic.R:69:2', 'test-select-zstatistic.R:102:2',
'test-select-zstatistic.R:135:2', 'test-select-zstatistic.R:168:2',
'test-uncertainty-bootstrap.R:24:2', 'test-uncertainty-bootstrap.R:104:2',
'test-uncertainty-rfgpl.R:47:2', 'test-uncertainty-rfpl.R:113:2'
• Skip on R CMD check (15): 'test-plots.R:3:2', 'test-plots.R:30:2',
'test-plots.R:50:2', 'test-plots.R:77:2', 'test-plots.R:104:2',
'test-plots.R:124:2', 'test-plots.R:142:2', 'test-plots.R:161:2',
'test-plots.R:175:2', 'test-plots.R:190:2', 'test-plots.R:209:2',
'test-plots.R:241:2', 'test-plots.R:262:2', 'test-plots.R:318:2',
'test-plots.R:337:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-internal-validation.R:128:2'): validate_enum is working properly ──
Error in `file(file, if (append) "a" else "w")`: cannot open the connection
Backtrace:
▆
1. └─testthat::expect_silent(validate_enum("method", "L-moments")) at test-internal-validation.R:128:9
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 24 | PASS 976 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc