Last updated on 2026-04-25 09:50:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.12.1 | 124.18 | 174.75 | 298.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.12.1 | 104.14 | 133.51 | 237.65 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.12.1 | 139.00 | 318.08 | 457.08 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.12.1 | 273.00 | 334.48 | 607.48 | OK | |
| r-patched-linux-x86_64 | 0.12.1 | 129.97 | 181.62 | 311.59 | OK | |
| r-release-linux-x86_64 | 0.12.1 | 129.04 | 179.21 | 308.25 | OK | |
| r-release-macos-arm64 | 0.12.1 | 26.00 | 59.00 | 85.00 | OK | |
| r-release-macos-x86_64 | 0.12.1 | 90.00 | 290.00 | 380.00 | OK | |
| r-release-windows-x86_64 | 0.12.1 | 134.00 | 386.00 | 520.00 | OK | |
| r-oldrel-macos-arm64 | 0.12.1 | 27.00 | 64.00 | 91.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.12.1 | 93.00 | 332.00 | 425.00 | OK | |
| r-oldrel-windows-x86_64 | 0.12.1 | 130.00 | 395.00 | 525.00 | OK |
Version: 0.12.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(vinereg)
>
> if (require(testthat)) test_check("vinereg")
Loading required package: testthat
Saving _problems/test-vinereg-58.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-vinereg.R:58:3'): works with fixed order ─────────────────────
Expected `summary(fit_auto$vine)` to equal `summary(fit_ord$vine)`.
Differences:
Component "parameters": Component 6: Mean relative difference: 3.674716e-08
Component "tau": Mean relative difference: 1.967448e-08
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64