forked from business-science/modeltime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
72 lines (72 loc) · 1.62 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: modeltime
Title: The Tidymodels Extension for Time Series Modeling
Version: 0.5.1.9000
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Business Science", role = "cph"))
Description:
The time series forecasting framework for use with the 'tidymodels' ecosystem.
Models include ARIMA, Exponential Smoothing, and additional time series models
from the 'forecast' and 'prophet' packages. Refer to "Forecasting Principles & Practice, Second edition"
(<https://otexts.com/fpp2/>).
Refer to "Prophet: forecasting at scale"
(<https://research.fb.com/blog/2017/02/prophet-forecasting-at-scale/>.).
URL: https://github.com/business-science/modeltime
BugReports: https://github.com/business-science/modeltime/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
StanHeaders,
timetk (>= 2.6.0),
parsnip (>= 0.1.4),
dials,
yardstick (>= 0.0.8),
workflows (>= 0.1.3),
hardhat,
rlang (>= 0.1.2),
glue,
plotly,
reactable,
gt,
ggplot2,
tibble,
tidyr,
dplyr,
purrr,
stringr,
forcats,
scales,
janitor,
progressr,
magrittr,
forecast,
xgboost (>= 1.2.0.1),
prophet,
methods,
cli
Suggests:
rstan,
slider,
tidymodels,
recipes,
rsample,
tune,
tidyverse,
lubridate,
progress,
testthat,
roxygen2,
kernlab,
earth,
randomForest,
tidyquant,
knitr,
rmarkdown,
webshot,
covr
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RoxygenNote: 7.1.1