Last updated on 2026-07-28 03:50:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 26.44 | 348.69 | 375.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 17.54 | 247.34 | 264.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 42.00 | 536.28 | 578.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 18.00 | 224.59 | 242.59 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 27.00 | 226.00 | 253.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.0 | 23.15 | 322.75 | 345.90 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 25.43 | 321.97 | 347.40 | OK | |
| r-release-macos-arm64 | 0.3.0 | 6.00 | 75.00 | 81.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 17.00 | 368.00 | 385.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 29.00 | 283.00 | 312.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.0 | 15.00 | 203.00 | 218.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 37.00 | 391.00 | 428.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [18s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
>
> # Machine Learning
> 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(modeltime)
> library(modeltime.resample)
>
> library(glmnet)
Loading required package: Matrix
Attaching package: 'Matrix'
The following objects are masked from 'package:tidyr':
expand, pack, unpack
Loaded glmnet 5.0
>
> # Core Packages
> library(timetk)
> library(lubridate)
Attaching package: 'lubridate'
The following objects are masked from 'package:base':
date, intersect, setdiff, union
>
> test_check("modeltime.resample")
Saving _problems/test-modeltime_fit_resamples-24.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-modeltime_fit_resamples.R:22:1'): (code run outside of `test_that()`) ──
Error in `fit(., value ~ date, training(m750_splits))`: Please install the prophet package to use this engine.
Backtrace:
▆
1. ├─prophet_reg() %>% set_engine("prophet") %>% ... at test-modeltime_fit_resamples.R:22:1
2. ├─generics::fit(., value ~ date, training(m750_splits))
3. └─parsnip::fit.model_spec(., value ~ date, training(m750_splits))
4. └─parsnip:::check_installs(object)
5. └─cli::cli_abort(...)
6. └─rlang::abort(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'getting-started.Rmd' using rmarkdown
--- finished re-building 'getting-started.Rmd'
--- re-building 'panel-data.Rmd' using rmarkdown
Quitting from panel-data.Rmd:160-167 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `fit_xy()`:
! Please install the prophet package to use this engine.
---
Backtrace:
▆
1. ├─... %>% fit(training(walmart_tscv$splits[[1]]))
2. ├─generics::fit(., training(walmart_tscv$splits[[1]]))
3. └─workflows:::fit.workflow(., training(walmart_tscv$splits[[1]]))
4. └─workflows::.fit_model(workflow, control)
5. ├─generics::fit(action_model, workflow = workflow, control = control)
6. └─workflows:::fit.action_model(...)
7. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip)
8. ├─generics::fit_xy(...)
9. └─parsnip::fit_xy.model_spec(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'panel-data.Rmd' failed with diagnostics:
Please install the prophet package to use this engine.
--- failed re-building 'panel-data.Rmd'
SUMMARY: processing the following file failed:
'panel-data.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64