CRAN Package Check Results for Package stlplus

Last updated on 2026-04-20 11:50:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.2 23.94 36.51 60.45 OK
r-devel-linux-x86_64-debian-gcc 0.5.2 14.88 27.97 42.85 OK
r-devel-linux-x86_64-fedora-clang 0.5.2 36.00 53.14 89.14 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.2 40.00 51.67 91.67 OK
r-devel-macos-arm64 0.5.2 5.00 10.00 15.00 OK
r-devel-windows-x86_64 0.5.2 5.00 6.00 11.00 ERROR
r-patched-linux-x86_64 0.5.2 21.32 32.46 53.78 OK
r-release-linux-x86_64 0.5.2 15.89 31.21 47.10 OK
r-release-macos-arm64 0.5.2 4.00 11.00 15.00 OK
r-release-macos-x86_64 0.5.2 15.00 48.00 63.00 OK
r-release-windows-x86_64 0.5.2 24.00 69.00 93.00 OK
r-oldrel-macos-arm64 0.5.1 NOTE
r-oldrel-macos-x86_64 0.5.2 14.00 45.00 59.00 OK
r-oldrel-windows-x86_64 0.5.2 30.00 84.00 114.00 OK

Check Details

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

Version: 0.5.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-windows-x86_64

Version: 0.5.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavor: r-oldrel-macos-arm64