Last updated on 2026-03-19 16:53:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 8.48 | 408.66 | 417.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 6.53 | 323.35 | 329.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 12.00 | 629.18 | 641.18 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 14.00 | 687.32 | 701.32 | OK | |
| r-devel-macos-arm64 | 0.3.0 | 2.00 | 103.00 | 105.00 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 10.00 | 404.00 | 414.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 7.49 | 395.66 | 403.15 | ERROR | |
| r-release-linux-x86_64 | 0.3.0 | 7.19 | 395.04 | 402.23 | OK | |
| r-release-macos-arm64 | 0.3.0 | 2.00 | 103.00 | 105.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 6.00 | 353.00 | 359.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 12.00 | 425.00 | 437.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 2.00 | 152.00 | 154.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 6.00 | 440.00 | 446.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 12.00 | 548.00 | 560.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(cycleTrendR)
>
> test_check("cycleTrendR")
Using original scale.
Regular time index: STL (if dates_type='date') + LOESS/GAM(M)
Auto seasonality: dominant period approx 50.00 samples -> seasonalfrequency=50
loess.as proposed span (criterion=aicc) = 0.922
Saving _problems/test-dates_type-10.R
Using original scale.
Regular time index: STL (if dates_type='date') + LOESS/GAM(M)
No STL/seasonality for dates_type != 'date'.
Using original scale.
Regular time index: STL (if dates_type='date') + LOESS/GAM(M)
No STL/seasonality for dates_type != 'date'.
loess.as proposed span (criterion=aicc) = 0.947
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dates_type.R:5:3'): adaptive_cycle_trend_analysis works with dates_type = 'date' ──
Error in `stats::stl(tsdata, s.window = "periodic", robust = stlrobust)`: series is not periodic or has less than two periods
Backtrace:
▆
1. └─cycleTrendR::adaptive_cycle_trend_analysis(...) at test-dates_type.R:5:3
2. └─stats::stl(tsdata, s.window = "periodic", robust = stlrobust)
[ FAIL 1 | WARN 4 | SKIP 0 | PASS 6 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64