CRAN Package Check Results for Package cycleTrendR

Last updated on 2026-02-21 12:49:22 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 7.95 414.64 422.59 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 5.31 318.91 324.22 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 14.00 656.24 670.24 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 14.00 707.81 721.81 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 402.00 412.00 OK
r-patched-linux-x86_64 0.3.0 OK
r-release-linux-x86_64 0.3.0 7.36 411.62 418.98 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 9.00 425.00 434.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 13.00 563.00 576.00 OK

Check Details

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/5s] 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 25.00 samples -> seasonalfrequency=25 loess.as proposed span (criterion=aicc) = 0.931 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-devel-linux-x86_64-debian-gcc