-
Notifications
You must be signed in to change notification settings - Fork 83
/
DESCRIPTION
80 lines (80 loc) · 1.81 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
73
74
75
76
77
78
79
80
Package: modeltime
Title: The Tidymodels Extension for Time Series Modeling
Version: 1.3.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.facebook.com/blog/2017/02/prophet-forecasting-at-scale/>.).
URL: https://github.com/business-science/modeltime,
https://business-science.github.io/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.8.1),
parsnip (>= 0.2.1),
dials,
yardstick (>= 0.0.8),
workflows (>= 1.0.0),
hardhat (>= 1.0.0),
rlang (>= 0.1.2),
glue,
plotly,
reactable,
gt,
ggplot2,
tibble,
tidyr,
dplyr (>= 1.1.0),
purrr,
stringr,
forcats,
scales,
janitor,
parallel,
parallelly,
doParallel,
foreach,
magrittr,
forecast,
xgboost (>= 1.2.0.1),
prophet,
methods,
cli,
tidymodels
Suggests:
rstan,
slider,
sparklyr,
workflowsets,
recipes,
rsample,
tune (>= 0.2.0),
lubridate,
testthat,
kernlab,
glmnet,
thief,
smooth,
greybox,
earth,
randomForest,
trelliscopejs,
knitr,
rmarkdown (>= 2.9),
webshot,
qpdf,
TSrepr
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RoxygenNote: 7.3.2