-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.16 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
Package: TSstudio
Type: Package
Title: Functions for Time Series Analysis and Forecasting
Version: 0.1.7
Authors@R: person("Rami", "Krispin", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Rami Krispin <[email protected]>
Description: Provides a set of tools for descriptive and predictive analysis of time series data. That includes functions for interactive visualization of time series objects and as well utility functions for automation time series forecasting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.2)
Imports:
data.table(>= 1.11.2),
dplyr(>= 0.7.5),
forecast (>= 8.2),
forecastHybrid(>= 2.0.10),
parallel(>= 4.1.2),
lubridate (>= 1.6.0),
magrittr (>= 1.5),
plotly (>= 4.7.1),
purrr(>= 0.2.5),
RColorBrewer(>= 1.1-2),
reshape2 (>= 1.4.2),
scales(>= 1.0.0),
tidyr(>= 0.8.1),
tsibble(>= 1.1.3),
viridis (>= 0.5.1),
xts (>= 0.12-0),
zoo (>= 1.8-0)
Suggests:
devtools,
DT,
knitr,
quantmod,
rmarkdown,
UKgrid
VignetteBuilder: knitr
RoxygenNote: 6.1.1
URL: https://github.com/RamiKrispin/TSstudio
BugReports: https://github.com/RamiKrispin/TSstudio/issues