* using log directory 'd:/Rcompile/CRANpkg/local/4.7/seasonal.Rcheck' * using R Under development (unstable) (2026-06-11 r90134 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-06-12 19:05:02 UTC * checking for file 'seasonal/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'seasonal' version '1.10.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'seasonal' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... 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' * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [8s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [5s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [7s] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [6s] 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 0xc8161d7a #1 0xc8159ad3 #2 0xc8137451 #3 0xc7f455ef #4 0xca3c535e #5 0xca35192d #6 0xca3c435d #7 0xc7f10301 #8 0xc7f101f9 #9 0xc7f10038 #10 0xc7f0f8c7 #11 0xc7f0f85e #12 0xc7f0f816 #13 0xc8168f6b #14 0xc81621bf #15 0xc7fd29f4 #16 0xc7e71a3e #17 0xc817a9ef #18 0xc7e712ed #19 0xc7e71405 #20 0xc8c54caf #21 0xca39edea #22 0xffffffff Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 0xc8161d7a #1 0xc8159ad3 #2 0xc8137451 #3 0xc7f455ef #4 0xca3c535e #5 0xca35192d #6 0xca3c435d #7 0xc7f10301 #8 0xc7f101f9 #9 0xc7f10038 #10 0xc7f0f8c7 #11 0xc7f0f85e #12 0xc7f0f816 #13 0xc8168f6b #14 0xc81621bf #15 0xc7fd29f4 #16 0xc7e71a3e #17 0xc817a9ef #18 0xc7e712ed #19 0xc7e71405 #20 0xc8c54caf #21 0xca39edea #22 0xffffffff [ FAIL 1 | WARN 2 | SKIP 6 | PASS 8 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-all.R:8:1', 'test-ext_ser_call.R:1:1', 'test-ext_ser_call.R:18:1', 'test-issues.R:1:1', 'test-multiple.R:1:1', 'test-parse_spc.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cran.R:43: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(AirPassengers, force.type = "denton") at test-cran.R:43:3 2. └─seasonal:::seas_list(...) 3. └─seasonal:::x13_run(file = iofile, out = out) [ FAIL 1 | WARN 2 | SKIP 6 | PASS 8 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [28s] OK * checking PDF version of manual ... [28s] OK * checking HTML version of manual ... [9s] OK * DONE Status: 1 ERROR, 1 NOTE