-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 = "[email protected]"),
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