forked from RamiKrispin/TSstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1009 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
31
32
33
34
35
36
37
38
39
Package: TSstudio
Type: Package
Title: Functions for Time Series Analysis and Forecasting
Version: 0.1.4.9000
Author: Rami Krispin
Maintainer: Rami Krispin <rami.krispin@gmail.com>
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: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0.2)
Imports:
bsts(>= 0.7.1),
data.table(>= 1.11.2),
dplyr(>= 0.7.5),
forecast (>= 8.2),
forecastHybrid(>= 2.0.10),
future(>= 1.10.0),
future.apply(>= 1.0.1),
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),
viridis (>= 0.5.1),
xts (>= 0.10-1),
zoo (>= 1.8-0)
Suggests:
devtools,
DT,
knitr,
quantmod,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1