R Under development (unstable) (2025-07-02 r88374 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > Sys.setenv("R_TESTS" = "") > if (require(testthat) & require(forecast)) { + test_check("forecastHybrid") + } Loading required package: testthat Loading required package: forecast Loading required package: forecastHybrid Loading required package: thief Hybrid forecast model comprised of the following models: auto.arima, ets, thetam, nnetar, tbats ############ auto.arima with weight 0.2 ############ ets with weight 0.2 ############ thetam with weight 0.2 ############ nnetar with weight 0.2 ############ tbats with weight 0.2 Hybrid forecast model comprised of the following models: auto.arima, ets, thetam, nnetar, tbats ############ auto.arima with weight 0.2 ############ ets with weight 0.2 ############ thetam with weight 0.2 ############ nnetar with weight 0.2 ############ tbats with weight 0.2 [ FAIL 0 | WARN 0 | SKIP 2 | PASS 284 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-cvts.R:51:3', 'test-forecast.hybridModel.R:26:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 284 ] > > proc.time() user system elapsed 22.57 0.75 57.23