CRAN Package Check Results for Package modeltime

Last updated on 2026-07-28 03:50:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.5 31.73 313.58 345.31 OK
r-devel-linux-x86_64-debian-gcc 1.3.5 21.22 212.82 234.04 OK
r-devel-linux-x86_64-fedora-clang 1.3.5 52.00 483.21 535.21 OK
r-devel-linux-x86_64-fedora-gcc 1.3.5 21.00 205.34 226.34 OK
r-devel-windows-x86_64 1.3.5 33.00 242.00 275.00 ERROR
r-patched-linux-x86_64 1.3.5 29.74 290.82 320.56 OK
r-release-linux-x86_64 1.3.5 29.73 289.10 318.83 OK
r-release-macos-arm64 1.3.5 7.00 70.00 77.00 OK
r-release-macos-x86_64 1.3.5 20.00 324.00 344.00 OK
r-release-windows-x86_64 1.3.5 32.00 304.00 336.00 OK
r-oldrel-macos-arm64 1.3.5 8.00 75.00 83.00 OK
r-oldrel-macos-x86_64 1.3.5 20.00 352.00 372.00 OK
r-oldrel-windows-x86_64 1.3.5 45.00 421.00 466.00 OK

Check Details

Version: 1.3.5
Check: examples
Result: ERROR Running examples in 'modeltime-Ex.R' failed The error most likely occurred in: > ### Name: combine_modeltime_tables > ### Title: Combine multiple Modeltime Tables into a single Modeltime Table > ### Aliases: combine_modeltime_tables > > ### ** Examples > > library(tidymodels) ── Attaching packages ────────────────────────────────────── tidymodels 1.5.0 ── ✔ broom 1.0.13 ✔ recipes 1.3.3 ✔ dials 1.4.4 ✔ rsample 1.3.2 ✔ dplyr 1.2.1 ✔ tailor 0.1.0 ✔ ggplot2 4.0.3 ✔ tidyr 1.3.2 ✔ infer 1.1.0 ✔ tune 2.1.0 ✔ modeldata 1.5.1 ✔ workflows 1.3.0 ✔ parsnip 1.6.0 ✔ workflowsets 1.1.1 ✔ purrr 1.2.2 ✔ yardstick 1.4.0 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ purrr::discard() masks scales::discard() ✖ dplyr::filter() masks stats::filter() ✖ dplyr::lag() masks stats::lag() ✖ recipes::step() masks stats::step() > library(timetk) > library(dplyr) > library(lubridate) Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > > # Setup > m750 <- m4_monthly %>% filter(id == "M750") > > splits <- time_series_split(m750, assess = "3 years", cumulative = TRUE) Using date_var: date > > model_fit_arima <- arima_reg() %>% + set_engine("auto_arima") %>% + fit(value ~ date, training(splits)) frequency = 12 observations per 1 year > > model_fit_prophet <- prophet_reg() %>% + set_engine("prophet") %>% + fit(value ~ date, training(splits)) Error in `fit()`: ! Please install the prophet package to use this engine. Backtrace: ▆ 1. ├─prophet_reg() %>% set_engine("prophet") %>% ... 2. ├─generics::fit(., value ~ date, training(splits)) 3. └─parsnip::fit.model_spec(., value ~ date, training(splits)) 4. └─parsnip:::check_installs(object) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64

Version: 1.3.5
Check: tests
Result: ERROR Running 'testthat.R' [18s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > > library(xgboost) > library(randomForest) randomForest 4.7-1.2 Type rfNews() to see new features/changes/bug fixes. > library(thief) Loading required package: forecast > library(smooth) Loading required package: greybox Package "greybox", v2.0.8 loaded. This is package "smooth", v4.5.0 > library(greybox) > > library(stats) > > library(tidymodels) ── Attaching packages ────────────────────────────────────── tidymodels 1.5.0 ── ✔ broom 1.0.13 ✔ recipes 1.3.3 ✔ dials 1.4.4 ✔ rsample 1.3.2 ✔ dplyr 1.2.1 ✔ tailor 0.1.0 ✔ ggplot2 4.0.3 ✔ tidyr 1.3.2 ✔ infer 1.1.0 ✔ tune 2.1.0 ✔ modeldata 1.5.1 ✔ workflows 1.3.0 ✔ parsnip 1.6.0 ✔ workflowsets 1.1.1 ✔ purrr 1.2.2 ✔ yardstick 1.4.0 ── Conflicts ───────────────────────────────────────── tidymodels_conflicts() ── ✖ yardstick::accuracy() masks smooth::accuracy(), greybox::accuracy(), forecast::accuracy() ✖ dplyr::combine() masks randomForest::combine() ✖ purrr::discard() masks scales::discard() ✖ dplyr::filter() masks stats::filter() ✖ dplyr::lag() masks stats::lag() ✖ ggplot2::margin() masks randomForest::margin() ✖ parsnip::pls() masks smooth::pls() ✖ tidyr::spread() masks greybox::spread() ✖ recipes::step() masks stats::step() > library(parsnip) > library(workflows) > library(rsample) > library(recipes) > library(tune) > library(dials) > library(yardstick) > library(slider) > > library(timetk) > library(modeltime) > > test_check("modeltime") Saving _problems/test-algo-prophet_boost-120.R [ FAIL 1 | WARN 0 | SKIP 80 | PASS 7 ] ══ Skipped tests (80) ══════════════════════════════════════════════════════════ • On CRAN (80): 'test-algo-adam_reg-Adam.R:12:5', 'test-algo-adam_reg-Adam.R:111:5', 'test-algo-adam_reg-auto_adam.R:13:5', 'test-algo-adam_reg-auto_adam.R:63:5', 'test-algo-adam_reg-auto_adam.R:120:5', 'test-algo-arima_boost-Arima.R:57:5', 'test-algo-arima_boost-Arima.R:114:5', 'test-algo-arima_boost-Arima.R:195: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:177: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:211:5', 'test-algo-prophet_boost.R:323: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:241:5', 'test-algo-window_reg.R:293:5', 'test-algo-window_reg.R:363:5', 'test-algo-window_reg.R:402:5', 'test-conf_by_id.R:6:5', 'test-default_accuracy_metric_sets.R:9:5', 'test-default_accuracy_metric_sets.R:29: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:7:5', 'test-extended_accuracy_metric_set.R:28:5', 'test-fit_workflowsets.R:13: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:51:5', 'test-helpers-pull_parsnip_preprocessor.R:69: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:16: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:331: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-algo-prophet_boost.R:118:5'): prophet_boost: prophet, XREGS ──── Error in `fit(., log(value) ~ date + as.numeric(date) + factor(month(date, label = TRUE), ordered = F), data = rsample::training(splits))`: Please install the prophet package to use this engine. Backtrace: ▆ 1. ├─model_spec %>% ... at test-algo-prophet_boost.R:118:5 2. ├─generics::fit(...) 3. └─parsnip::fit.model_spec(...) 4. └─parsnip:::check_installs(object) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 80 | PASS 7 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.3.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'getting-started-with-modeltime.Rmd' using rmarkdown Quitting from getting-started-with-modeltime.Rmd:189-194 [unnamed-chunk-11] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `fit()`: ! Please install the prophet package to use this engine. --- Backtrace: ▆ 1. ├─prophet_reg() %>% set_engine(engine = "prophet") %>% ... 2. ├─generics::fit(., value ~ date, data = training(splits)) 3. └─parsnip::fit.model_spec(., value ~ date, data = training(splits)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'getting-started-with-modeltime.Rmd' failed with diagnostics: Please install the prophet package to use this engine. --- failed re-building 'getting-started-with-modeltime.Rmd' SUMMARY: processing the following file failed: 'getting-started-with-modeltime.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64