* using log directory 'd:/Rcompile/CRANpkg/local/4.7/modeltime.resample.Rcheck'
* using R Under development (unstable) (2026-07-23 r90295 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 14.3.0
    GNU Fortran (GCC) 14.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* current time: 2026-07-24 16:47:01 UTC
* checking for file 'modeltime.resample/DESCRIPTION' ... OK
* this is package 'modeltime.resample' version '0.3.0'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'modeltime.resample' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... [6s] OK
* checking whether the package can be loaded with stated dependencies ... [5s] OK
* checking whether the package can be unloaded cleanly ... [5s] OK
* checking whether the namespace can be loaded with stated dependencies ... [5s] OK
* checking whether the namespace can be unloaded cleanly ... [6s] OK
* checking loading without being on the library search path ... [6s] OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [13s] OK
* checking Rd files ... [1s] OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of 'data' directory ... OK
* checking data for non-ASCII characters ... [4s] OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... [12s] OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ... [19s] 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
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [41s] 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

* checking PDF version of manual ... [19s] OK
* checking HTML version of manual ... [1s] OK
* DONE
Status: 2 ERRORs
