Package: fable.prophet
Version: 0.1.0
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
LazyData: true
RoxygenNote: 7.1.1
Language: en-GB
URL: https://pkg.mitchelloharawild.com/fable.prophet/
BugReports: https://github.com/mitchelloharawild/fable.prophet/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-08-13 02:30:58 UTC; mitchell
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 <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2020-08-20 09:30:03 UTC
Built: R 4.3.0; ; 2023-07-10 05:49:34 UTC; unix
