Last updated on 2026-05-04 21:50:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.2 | 26.66 | 36.85 | 63.51 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.2 | 14.79 | 27.82 | 42.61 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.2 | 39.00 | 57.89 | 96.89 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 39.00 | 50.26 | 89.26 | OK | |
| r-devel-windows-x86_64 | 0.5.2 | 28.00 | 68.00 | 96.00 | OK | |
| r-patched-linux-x86_64 | 0.5.2 | 20.80 | 32.95 | 53.75 | OK | |
| r-release-linux-x86_64 | 0.5.2 | 19.81 | 32.58 | 52.39 | OK | |
| r-release-macos-arm64 | 0.5.2 | 5.00 | 10.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 0.5.2 | 13.00 | 37.00 | 50.00 | OK | |
| r-release-windows-x86_64 | 0.5.2 | 29.00 | 81.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.2 | 15.00 | 48.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.2 | 32.00 | 81.00 | 113.00 | OK |
Version: 0.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
>
> test_check("stlplus")
Loading required package: stlplus
Saving _problems/tests-50.R
Saving _problems/tests-51.R
Saving _problems/tests-77.R
Saving _problems/tests-78.R
Saving _problems/tests-104.R
Saving _problems/tests-105.R
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('tests.R:50:3'): stlplus matches stl ───────────────────────────────
Expected `mean(abs(seasonal(x1) - seasonal(x2))) < 1e-10` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('tests.R:51:3'): stlplus matches stl ───────────────────────────────
Expected `mean(abs(trend(x1) - trend(x2))) < 1e-10` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('tests.R:77:3'): stlplus matches stl ───────────────────────────────
Expected `mean(abs(seasonal(x1) - seasonal(x2))) < 1e-10` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('tests.R:78:3'): stlplus matches stl ───────────────────────────────
Expected `mean(abs(trend(x1) - trend(x2))) < 1e-10` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('tests.R:104:3'): periodic stlplus matches stl ─────────────────────
Expected `mean(abs(seasonal(x1) - seasonal(x2))) < 1e-06` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('tests.R:105:3'): periodic stlplus matches stl ─────────────────────
Expected `mean(abs(trend(x1) - trend(x2))) < 1e-06` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang