Last updated on 2025-03-12 17:52:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.10.0 | 6.61 | 81.99 | 88.60 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.10.0 | 4.26 | 58.83 | 63.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.10.0 | 140.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.10.0 | 144.99 | NOTE | |||
r-devel-macos-arm64 | 1.10.0 | 36.00 | OK | |||
r-devel-macos-x86_64 | 1.10.0 | 90.00 | NOTE | |||
r-devel-windows-x86_64 | 1.10.0 | 6.00 | 146.00 | 152.00 | NOTE | |
r-patched-linux-x86_64 | 1.10.0 | OK | ||||
r-release-linux-x86_64 | 1.10.0 | 6.08 | 75.77 | 81.85 | OK | |
r-release-macos-arm64 | 1.10.0 | 43.00 | OK | |||
r-release-macos-x86_64 | 1.10.0 | 122.00 | OK | |||
r-release-windows-x86_64 | 1.10.0 | 7.00 | 125.00 | 132.00 | ERROR | |
r-oldrel-macos-arm64 | 1.10.0 | OK | ||||
r-oldrel-macos-x86_64 | 1.10.0 | 105.00 | OK | |||
r-oldrel-windows-x86_64 | 1.10.0 | 9.00 | 150.00 | 159.00 | OK |
Version: 1.10.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘series.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64, r-devel-windows-x86_64
Version: 1.10.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [11s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(seasonal)
>
> test_check("seasonal")
x13binary is working properly
seasonal is using the X-13 binaries provided by x13binary
X-13 installation test:
- X13_PATH correctly specified
- binary executable file found
- command line test run successful
- command line test produced HTML output
- seasonal test run successful
Congratulations! 'seasonal' should work fine!
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x16126a0a
#1 0x1611ef93
#2 0x160ff0d1
#3 0x877c55ef
#4 0x89a248ee
#5 0x899b192d
#6 0x89a238ed
#7 0x87790301
#8 0x877901f9
#9 0x87790038
#10 0x8778f8c7
#11 0x8778f85e
#12 0x8778f816
#13 0x1612d293
#14 0x16126e2f
#15 0x15f2bb2d
#16 0x15d53da8
#17 0x15d547e0
#18 0x15d512ed
#19 0x15d51405
#20 0x885c4caf
#21 0x899fedca
#22 0xffffffff
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 7 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-all.R:8:1', 'test-ext_ser_call.R:14:3',
'test-ext_ser_call.R:30:3', 'test-issues.R:1:1', 'test-multiple.R:1:1',
'test-parse_spc.R:14:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cran.R:62:3'): Basic examples of seasonal work through ─────────
Error: X-13 has returned a non-zero exist status, which means that the current spec file cannot be processed for an unknown reason.
Backtrace:
▆
1. └─seasonal::seas(...) at test-cran.R:62:3
2. └─seasonal:::seas_list(...)
3. └─seasonal:::x13_run(file = iofile, out = out)
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64