-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (47 loc) · 1.07 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
Package: OOS
Title: Out-of-Sample Time Series Forecasting
Version: 1.0.0
Authors@R:
person(given = "Tyler J.",
family = "Pike",
role = c("aut", "cre"),
email = "tjpike7@gmail.com")
Description: A comprehensive and cohesive API for the out-of-sample forecasting workflow:
data preparation, forecasting - including both traditional econometric time series models and
modern machine learning techniques - forecast combination, model and error analysis, and
forecast visualization.
License: GPL-3
URL: https://github.com/tylerJPike/OOS,
https://tylerjpike.github.io/OOS/
BugReports: https://github.com/tylerJPike/OOS/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends:
R (>= 4.0.0)
Imports:
caret,
dplyr,
forecast,
furrr,
future,
ggplot2,
glmnet,
imputeTS,
lmtest,
lubridate,
magrittr,
purrr,
sandwich,
stats,
tidyr,
vars,
xts,
zoo
Suggests:
knitr,
testthat,
rmarkdown,
quantmod