R Under development (unstable) (2024-10-18 r87246 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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! seas( x = AirPassengers, regression.variables = c("td1coef", "easter[1]", "ao1951.May"), arima.model = "(0 1 1)(0 1 1)", regression.aictest = NULL, outlier = NULL, transform.function = "log" ) seas( x = AirPassengers, regression.variables = c("td1coef", "easter[1]", "ao1951.May"), arima.model = "(0 1 1)(0 1 1)", regression.aictest = NULL, outlier = NULL, transform.function = "log" ) specs have been added to the model: forecast To speed up, extend the `seas()` call (see ?series): seas(x = AirPassengers, forecast.save = "fct") specs have been added to the model: forecast To speed up, extend the `seas()` call (see ?series): seas(x = airmiles, seats.noadmiss = NULL, regression.aictest = NULL, To speed up, extend the `seas()` call (see ?series): forecast.save = "fct") Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG specs have been added to the model: forecast To speed up, extend the `seas()` call (see ?series): seas(x = AirPassengers, forecast.save = "fct") specs have been added to the model: forecast To speed up, extend the `seas()` call (see ?series): seas(x = AirPassengers, forecast.save = "fct") To speed up, extend the `seas()` call (see ?series): seas(x = AirPassengers, forecast.save = "fct", spectrum.save = "sp0") specs have been added to the model: identify To speed up, extend the `seas()` call (see ?series): seas(x = AirPassengers, forecast.save = "fct", identify.save = "ipc") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 13 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 13 ] > > proc.time() user system elapsed 1.70 0.46 19.40