CRAN Package Check Results for Package fable.prophet

Last updated on 2026-07-27 04:51:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 9.15 131.31 140.46 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 7.02 93.97 100.99 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 15.00 205.03 220.03 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 93.84 OK
r-devel-windows-x86_64 0.1.0 11.00 93.00 104.00 ERROR
r-patched-linux-x86_64 0.1.0 7.74 126.27 134.01 OK
r-release-linux-x86_64 0.1.0 8.43 126.87 135.30 OK
r-release-macos-arm64 0.1.0 2.00 35.00 37.00 OK
r-release-macos-x86_64 0.1.0 6.00 138.00 144.00 OK
r-release-windows-x86_64 0.1.0 10.00 138.00 148.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 4.00 118.00 122.00 OK
r-oldrel-windows-x86_64 0.1.0 13.00 182.00 195.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: 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 Flavor: r-devel-windows-x86_64

Version: 0.1.0
Check: re-building of vignette outputs
Result: 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 Flavor: r-devel-windows-x86_64