Last updated on 2026-09-24 02:52:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | 12.40 | 210.37 | 222.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.0 | 8.25 | 153.08 | 161.33 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.4.0 | 149.36 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 152.77 | OK | |||
| r-devel-windows-x86_64 | 1.4.0 | 16.00 | 223.00 | 239.00 | OK | |
| r-patched-linux-x86_64 | 1.4.0 | 10.70 | 201.06 | 211.76 | OK | |
| r-release-linux-x86_64 | 1.4.0 | 10.17 | 202.78 | 212.95 | OK | |
| r-release-macos-arm64 | 1.4.0 | 3.00 | 52.00 | 55.00 | OK | |
| r-release-macos-x86_64 | 1.4.0 | 8.00 | 226.00 | 234.00 | OK | |
| r-release-windows-x86_64 | 1.4.0 | 14.00 | 204.00 | 218.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.4.0 | 3.00 | 57.00 | 60.00 | OK | |
| r-oldrel-macos-x86_64 | 1.4.0 | 8.00 | 246.00 | 254.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.0 | 19.00 | 266.00 | 285.00 | OK |
Version: 1.4.0
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
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(trendseries)
>
> # Load required packages for testing
> if (requireNamespace("mFilter", quietly = TRUE)) {
+ library(mFilter)
+ }
>
> test_check("trendseries")
Auto-detected quarterly (4 obs/year)
Computing HP filter (two-sided) with lambda = 1600
Auto-detected monthly (12 obs/year)
Computing HP filter (two-sided) with lambda = 14400
Auto-detected quarterly (4 obs/year)
Computing STL decomposition with s.window = "periodic"
Auto-detected quarterly (4 obs/year)
Computing STL decomposition with s.window = "periodic"
Auto-detected quarterly (4 obs/year)
Computing STL decomposition with s.window = "periodic"
Auto-detected quarterly (4 obs/year)
Computing regression decomposition: linear trend (orthogonal polynomial, degree = 1) + 4-period dummies
Auto-detected quarterly (4 obs/year)
Computing STL decomposition with s.window = "periodic"
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x71de1d7a
#1 0x71dd9ad3
#2 0x71db7451
#3 0x241055ef
#4 0x2638497e
#5 0x2631192d
#6 0x2638397d
#7 0x240d0301
#8 0x240d01f9
#9 0x240d0038
#10 0x240cf8c7
#11 0x240cf85e
#12 0x240cf816
#13 0x71de8f6b
#14 0x71de21bf
#15 0x71c529f4
#16 0x71af1a3e
#17 0x71dfa9ef
#18 0x71af12ed
#19 0x71af1405
#20 0x24c54cbf
#21 0x2635edba
#22 0xffffffff
Saving _problems/test-decompose_series-700.R
Auto-detected quarterly (4 obs/year)
Computing classical decomposition (additive)
Auto-detected quarterly (4 obs/year)
Computing Basic Structural Model decomposition (Kalman smoother)
Auto-detected quarterly (4 obs/year)
Computing classical decomposition (additive)
Auto-detected quarterly (4 obs/year)
Computing STL decomposition with s.window = "periodic"
Computing regression decomposition: quadratic trend (orthogonal polynomial, degree = 2) + 4-period dummies
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x71de1d7a
#1 0x71dd9ad3
#2 0x71db7451
#3 0x241055ef
#4 0x2638497e
#5 0x2631192d
#6 0x2638397d
#7 0x240d0301
#8 0x240d01f9
#9 0x240d0038
#10 0x240cf8c7
#11 0x240cf85e
#12 0x240cf816
#13 0x71de8f6b
#14 0x71de21bf
#15 0x71c529f4
#16 0x71af1a3e
#17 0x71dfa9ef
#18 0x71af12ed
#19 0x71af1405
#20 0x24c54cbf
#21 0x2635edba
#22 0xffffffff
Saving _problems/test-deseason_series-91.R
Computing HP filter (two-sided) with lambda = 14400
[time]: 'date' [value]: 'index'
Computing HP filter (two-sided) with lambda = 1600
Computing orthogonal polynomial trend with degree = 5
Auto-detected monthly (12 obs/year)
Computing STL trend with s.window = 21
Auto-detected monthly (12 obs/year)
Computing STL trend with s.window = 21
Auto-detected monthly (12 obs/year)
Computing STL trend with s.window = 21
Computing STL trend with s.window = 13
Computing STL trend with s.window = 13
Computing STL trend with s.window = 13
Computing STL trend with s.window = periodic, robust = TRUE
Computing STL trend with s.window = periodic, robust = TRUE
Computing STL trend with s.window = 13, t.window = 25
Computing STL trend with s.window = 13, t.window = 25
Computing STL trend with s.window = 13, t.window = 25, robust = TRUE
Computing STL trend with s.window = 13
Computing STL trend with s.window = 13
Computing STL trend with s.window = periodic
Computing STL trend with s.window = 13, robust = TRUE
Auto-detected monthly (12 obs/year)
Computing 1 method(s) for 2 group(s):
i Methods: "stl"
i Groups: "A" and "B"
Auto-detected monthly (12 obs/year)
Computing 1 method(s) for 2 group(s):
i Methods: "stl"
i Groups: "A" and "B"
Auto-detected quarterly (4 obs/year)
[ FAIL 2 | WARN 4 | SKIP 0 | PASS 468 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-decompose_series.R:695:3'): decompose_series seats returns correct structure and exact identity ──
Error in `eval(code, test_env)`: X-13ARIMA-SEATS estimation failed.
x X-13 has returned a non-zero exist status, which means that the current spec file cannot be processed for an unknown reason.
i X-13 needs at least 3 full years of monthly or quarterly data and a regular series.
Backtrace:
▆
1. └─trendseries::decompose_series(...) at test-decompose_series.R:695:3
2. └─trendseries:::.decompose_series_single(...)
3. └─trendseries:::.decompose_seats(ts_fit, .quiet, call)
4. └─base::tryCatch(...)
5. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
6. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
7. └─value[[3L]](cond)
8. └─cli::cli_abort(...)
9. └─rlang::abort(...)
── Error ('test-deseason_series.R:88:3'): deseason_series supports multiple methods ──
Error in `deseason_series(gdp_construction, value_col = "index", methods = c("stl", "seats"), .quiet = TRUE)`: X-13ARIMA-SEATS estimation failed.
x X-13 has returned a non-zero exist status, which means that the current spec file cannot be processed for an unknown reason.
i X-13 needs at least 3 full years of monthly or quarterly data and a regular series.
Backtrace:
▆
1. └─trendseries::deseason_series(...) at test-deseason_series.R:88:3
2. └─trendseries::decompose_series(...)
3. └─trendseries:::.decompose_series_single(...)
4. └─trendseries:::.decompose_seats(ts_fit, .quiet, call)
5. └─base::tryCatch(...)
6. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
7. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
8. └─value[[3L]](cond)
9. └─cli::cli_abort(...)
10. └─rlang::abort(...)
[ FAIL 2 | WARN 4 | SKIP 0 | PASS 468 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64