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
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
