* using log directory 'd:/Rcompile/CRANpkg/local/4.7/fable.prophet.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 13:32:36 UTC
* checking for file 'fable.prophet/DESCRIPTION' ... OK
* this is package 'fable.prophet' version '0.1.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 'fable.prophet' 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 ... [3s] OK
* checking whether the package can be loaded with stated dependencies ... [2s] OK
* checking whether the package can be unloaded cleanly ... [2s] OK
* checking whether the namespace can be loaded with stated dependencies ... [2s] OK
* checking whether the namespace can be unloaded cleanly ... [2s] OK
* checking loading without being on the library search path ... [2s] 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 ... [6s] 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 LazyData ... INFO
  'LazyData' is specified without a 'data' directory
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... [3s] OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ... [4s] ERROR
  Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > library(testthat)
  > library(fable.prophet)
  Loading required package: Rcpp
  Loading required package: fabletools
  > 
  > test_check("fable.prophet")
  Saving _problems/test-prophet-8.R
  Saving _problems/test-prophet-9.R
  Saving _problems/test-prophet-36.R
  Saving _problems/test-prophet-37.R
  Saving _problems/test-prophet-38.R
  Saving _problems/test-prophet-39.R
  [ FAIL 6 | WARN 2 | SKIP 0 | PASS 7 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test-prophet.R:8:3'): Prophet simple ──────────────────────────────
  Expected `default_mdl$seasonalities` to have length 1.
  Actual length: 0.
  ── Failure ('test-prophet.R:9:3'): Prophet simple ──────────────────────────────
  Expected `default_mdl$changepoints` to have length 25.
  Actual length: 0.
  ── Failure ('test-prophet.R:36:3'): Prophet complex ────────────────────────────
  Expected `complex_mdl$seasonalities` to have names `c("week", "year")`.
  Differences:
  `actual` is NULL
  `expected` is a character vector ('week', 'year')
  
  ── Failure ('test-prophet.R:37:3'): Prophet complex ────────────────────────────
  Expected `complex_mdl$changepoints` to have length 25.
  Actual length: 0.
  ── Failure ('test-prophet.R:38:3'): Prophet complex ────────────────────────────
  Expected `complex_mdl$extra_regressors` to have names "Temperature".
  Differences:
  `actual` is NULL
  `expected` is a character vector ('Temperature')
  
  ── Failure ('test-prophet.R:39:3'): Prophet complex ────────────────────────────
  Expected `complex_mdl$holidays$holiday` to equal `aus_holidays$holiday`.
  Differences:
  target is NULL, current is character
  
  [ FAIL 6 | WARN 2 | SKIP 0 | PASS 7 ]
  Error:
  ! Test failures.
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [6s] ERROR
Error(s) in re-building vignettes:
--- re-building 'intro.Rmd' using rmarkdown

Quitting from intro.Rmd:99-101 [components]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/dplyr:::mutate_error>
Error in `transmute()`:
ℹ In argument: `cmp = map(.fit, components)`.
Caused by error in `UseMethod()`:
! no applicable method for 'components' applied to an object of class "null_mdl"
---
Backtrace:
     ▆
  1. ├─generics::components(fit)
  2. ├─fabletools:::components.mdl_df(fit)
  3. │ ├─dplyr::transmute(...)
  4. │ └─dplyr:::transmute.data.frame(...)
  5. │   └─dplyr:::mutate_cols(.data, dots, by)
  6. │     ├─base::withCallingHandlers(...)
  7. │     └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
  8. │       └─mask$eval_all_mutate(quo)
  9. │         └─dplyr (local) eval()
 10. └─fabletools:::map(.fit, components)
 11.   └─base::lapply(.x, .f, ...)
 12.     ├─generics (local) FUN(X[[i]], ...)
 13.     └─fabletools:::components.mdl_ts(X[[i]], ...)
 14.       └─generics::components(object$fit, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'intro.Rmd' failed with diagnostics:
ℹ In argument: `cmp = map(.fit, components)`.
Caused by error in `UseMethod()`:
! no applicable method for 'components' applied to an object of class "null_mdl"
--- failed re-building 'intro.Rmd'

SUMMARY: processing the following file failed:
  'intro.Rmd'

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... [20s] OK
* checking HTML version of manual ... [1s] OK
* DONE
Status: 2 ERRORs
