R Under development (unstable) (2023-08-27 r85021 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(xgboost) > library(randomForest) randomForest 4.7-1.1 Type rfNews() to see new features/changes/bug fixes. > library(kernlab) > library(earth) Loading required package: Formula Loading required package: plotmo Loading required package: plotrix Loading required package: TeachingDemos > library(thief) Loading required package: forecast > library(smooth) Loading required package: greybox Package "greybox", v1.0.8 loaded. This is package "smooth", v3.2.1 Any thought or suggestions about the package? Have you found a bug? File an issue on github: https://github.com/config-i1/smooth/issues > library(greybox) > > library(stats) > > library(tidymodels) ── Attaching packages ────────────────────────────────────── tidymodels 1.1.1 ── ✔ broom 1.0.5 ✔ recipes 1.0.8 ✔ dials 1.2.0 ✔ rsample 1.2.0 ✔ dplyr 1.1.3 ✔ tibble 3.2.1 ✔ ggplot2 3.4.3 ✔ tidyr 1.3.0 ✔ infer 1.0.4 ✔ tune 1.1.2 ✔ modeldata 1.2.0 ✔ workflows 1.1.3 ✔ parsnip 1.1.1 ✔ workflowsets 1.0.1 ✔ purrr 1.0.2 ✔ yardstick 1.2.0 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ yardstick::accuracy() masks forecast::accuracy() ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha() ✖ dplyr::combine() masks randomForest::combine() ✖ purrr::cross() masks kernlab::cross() ✖ purrr::discard() masks scales::discard() ✖ dplyr::filter() masks stats::filter() ✖ purrr::is_null() masks testthat::is_null() ✖ dplyr::lag() masks stats::lag() ✖ ggplot2::margin() masks randomForest::margin() ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches() ✖ parsnip::pls() masks smooth::pls() ✖ dplyr::slice() masks xgboost::slice() ✖ tidyr::spread() masks greybox::spread() ✖ recipes::step() masks stats::step() • Use suppressPackageStartupMessages() to eliminate package startup messages > library(parsnip) > library(workflows) > library(rsample) > library(recipes) > library(tune) > library(dials) > library(TSrepr) Attaching package: 'TSrepr' The following objects are masked from 'package:yardstick': mae, mape, mase, rmse, smape > library(yardstick) > library(slider) > > library(timetk) > library(modeltime) Attaching package: 'modeltime' The following object is masked from 'package:TSrepr': maape The following object is masked from 'package:kernlab': error > > library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ forcats 1.0.0 ✔ readr 2.1.4 ✔ lubridate 1.9.2 ✔ stringr 1.5.0 ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── ✖ ggplot2::alpha() masks scales::alpha(), kernlab::alpha() ✖ readr::col_factor() masks scales::col_factor() ✖ dplyr::combine() masks randomForest::combine() ✖ purrr::cross() masks kernlab::cross() ✖ purrr::discard() masks scales::discard() ✖ readr::edition_get() masks testthat::edition_get() ✖ dplyr::filter() masks stats::filter() ✖ stringr::fixed() masks recipes::fixed() ✖ lubridate::hm() masks greybox::hm() ✖ purrr::is_null() masks testthat::is_null() ✖ dplyr::lag() masks stats::lag() ✖ readr::local_edition() masks testthat::local_edition() ✖ ggplot2::margin() masks randomForest::margin() ✖ tidyr::matches() masks rsample::matches(), dplyr::matches(), testthat::matches() ✖ dplyr::slice() masks xgboost::slice() ✖ readr::spec() masks yardstick::spec() ✖ tidyr::spread() masks greybox::spread() ℹ Use the conflicted package () to force all conflicts to become errors > library(lubridate) > > > test_check("modeltime") [ FAIL 0 | WARN 1 | SKIP 80 | PASS 29 ] ══ Skipped tests (80) ══════════════════════════════════════════════════════════ • On CRAN (80): 'test-algo-adam_reg-Adam.R:19:5', 'test-algo-adam_reg-Adam.R:138:5', 'test-algo-adam_reg-auto_adam.R:12:5', 'test-algo-adam_reg-auto_adam.R:75:5', 'test-algo-adam_reg-auto_adam.R:139:5', 'test-algo-arima_boost-Arima.R:58:5', 'test-algo-arima_boost-Arima.R:115:5', 'test-algo-arima_boost-Arima.R:191:5', 'test-algo-arima_boost-auto_arima.R:41:5', 'test-algo-arima_boost-auto_arima.R:98:5', 'test-algo-arima_boost-auto_arima.R:172:5', 'test-algo-arima_reg-Arima.R:35:5', 'test-algo-arima_reg-Arima.R:89:5', 'test-algo-arima_reg-Arima.R:145:5', 'test-algo-arima_reg-auto_arima.R:20:5', 'test-algo-arima_reg-auto_arima.R:76:5', 'test-algo-arima_reg-auto_arima.R:137:5', 'test-algo-exp_smoothing-ets.R:25:5', 'test-algo-exp_smoothing-ets.R:82:5', 'test-algo-exp_smoothing-ets.R:159:5', 'test-algo-exp_smoothing-ets.R:234:5', 'test-algo-exp_smoothing-ets.R:312:5', 'test-algo-exp_smoothing-ets.R:373:5', 'test-algo-nnetar_reg.R:21:5', 'test-algo-nnetar_reg.R:146:5', 'test-algo-prophet_boost.R:44:5', 'test-algo-prophet_boost.R:206:5', 'test-algo-prophet_boost.R:313:5', 'test-algo-prophet_reg.R:35:5', 'test-algo-prophet_reg.R:105:5', 'test-algo-prophet_reg.R:178:5', 'test-algo-prophet_reg.R:266:5', 'test-algo-seasonal_decomp_arima.R:8:5', 'test-algo-seasonal_decomp_ets.R:10:5', 'test-algo-seasonal_reg_tbats.R:20:5', 'test-algo-seasonal_reg_tbats.R:35:5', 'test-algo-seasonal_reg_tbats.R:93:5', 'test-algo-temporal_hierarchy.R:8:5', 'test-algo-window_reg.R:24:5', 'test-algo-window_reg.R:69:5', 'test-algo-window_reg.R:100:5', 'test-algo-window_reg.R:153:5', 'test-algo-window_reg.R:206:5', 'test-algo-window_reg.R:243:5', 'test-algo-window_reg.R:296:5', 'test-algo-window_reg.R:366:5', 'test-algo-window_reg.R:407:5', 'test-conf_by_id.R:6:5', 'test-default_accuracy_metric_sets.R:10:5', 'test-default_accuracy_metric_sets.R:30:5', 'test-developer-tools-constructor.R:10:5', 'test-developer-tools-xregs.R:26:5', 'test-developer-tools-xregs.R:47:5', 'test-extended_accuracy_metric_set.R:9:5', 'test-extended_accuracy_metric_set.R:29:5', 'test-fit_workflowsets.R:15:5', 'test-helpers-combine-modeltime-tables.R:8:5', 'test-helpers-pull_parsnip_preprocessor.R:14:5', 'test-helpers-pull_parsnip_preprocessor.R:33:5', 'test-helpers-pull_parsnip_preprocessor.R:52:5', 'test-helpers-pull_parsnip_preprocessor.R:70:5', 'test-helpers-update-modeltime-tables.R:9:5', 'test-modeltime_residuals.R:6:5', 'test-modeltime_table-forecast-accuracy-refitting.R:20:5', 'test-modeltime_table-forecast-accuracy-refitting.R:84:5', 'test-modeltime_table-forecast-accuracy-refitting.R:149:5', 'test-modeltime_table-no-calib-refit.R:17:5', 'test-nested-modeltime.R:10:5', 'test-panel-data.R:8:5', 'test-recursive-chunk-uneven.R:9:5', 'test-recursive-chunk-uneven.R:334:5', 'test-recursive-chunk.R:9:5', 'test-recursive.R:9:3', 'test-refit-parallel.R:5:5', 'test-results-accuracy-tables.R:15:5', 'test-results-accuracy-tables.R:149:5', 'test-results-forecast-plots.R:14:5', 'test-results-forecast-plots.R:87:5', 'test-results-residuals-tests.R:9:5', 'test-tune_workflows.R:8:5' [ FAIL 0 | WARN 1 | SKIP 80 | PASS 29 ] > > proc.time() user system elapsed 7.03 0.76 7.79