-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 864 Bytes
/
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
Package: forecastML
Type: Package
Title: Time Series Forecasting with Linear Regression and Machine Learing Methods
Version: 0.1.0.9000
Author: Rami Krispin
Authors@R: person("Rami", "Krispin", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Rami Krispin <[email protected]>
Description: Using linear regression and machine learning models to forecast complex time series data (multiple seasonality, regressor, etc.)
License: MIT
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.2)
Imports:
dplyr(>= 0.8.1),
h2o(>= 3.26.0.2),
lubridate (>= 1.6.0),
magrittr (>= 1.5),
plotly (>= 4.9),
purrr (>= 0.3.2),
tsibble(>= 0.8.5)
Suggests:
knitr,
rmarkdown,
remotes
VignetteBuilder: knitr
RoxygenNote: 6.1.1
URL: https://github.com/RamiKrispin/forecastML
BugReports: https://github.com/RamiKrispin/forecastML/issues