Package: fable.prophet Version: 0.1.0.9000 Title: Prophet Modelling Interface for 'fable' Description: Allows prophet models from the 'prophet' package to be used in a tidy workflow with the modelling interface of 'fabletools'. This extends 'prophet' to provide enhanced model specification and management, performance evaluation methods, and model combination tools. Authors@R: c( person("Mitchell", "O'Hara-Wild", role = c("aut", "cre"), email = "mail@mitchelloharawild.com"), person("Sean", "Taylor", role = "ctb", comment = "Prophet library, https://facebook.github.io/prophet/"), person("Ben", "Letham", role = "ctb", comment = "Prophet library, https://facebook.github.io/prophet/") ) Depends: R (>= 3.1.3), Rcpp, fabletools (>= 0.2.0) Imports: rlang, tsibble, lubridate, prophet, dplyr, distributional Suggests: tsibbledata, testthat, ggplot2, covr, knitr, rmarkdown ByteCompile: true License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) Language: en-GB URL: https://pkg.mitchelloharawild.com/fable.prophet/ BugReports: https://github.com/mitchelloharawild/fable.prophet/issues VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://mitchelloharawild.r-universe.dev Date/Publication: 2026-01-28 05:55:20 UTC RemoteUrl: https://github.com/mitchelloharawild/fable.prophet RemoteRef: HEAD RemoteSha: c2dfb73e692ba0194d7a59b39960a7e6dcea6a3a NeedsCompilation: no Packaged: 2026-06-28 11:19:48 UTC; root Author: Mitchell O'Hara-Wild [aut, cre], Sean Taylor [ctb] (Prophet library, https://facebook.github.io/prophet/), Ben Letham [ctb] (Prophet library, https://facebook.github.io/prophet/) Maintainer: Mitchell O'Hara-Wild