forked from robjhyndman/forecast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
Package: forecast
Version: 8.2
Title: Forecasting Functions for Time Series and Linear Models
Description: Methods and tools for displaying and analysing
univariate time series forecasts including exponential smoothing
via state space models and automatic ARIMA modelling.
Depends:
R (>= 3.0.2),
Imports:
stats,
graphics,
tseries,
fracdiff,
Rcpp (>= 0.11.0),
nnet,
colorspace,
parallel,
ggplot2 (>= 2.0.0),
magrittr,
lmtest,
zoo,
timeDate
Suggests:
testthat,
knitr,
rmarkdown,
expsmooth,
rticles
LinkingTo:
Rcpp (>= 0.11.0),
RcppArmadillo (>= 0.2.35)
LazyData: yes
ByteCompile: TRUE
Authors@R: c(
person("Rob", "Hyndman", email="Rob.Hyndman@monash.edu", role=c("aut", "cre", "cph")),
person("Mitchell", "O'Hara-Wild", role="aut"),
person("Christoph", "Bergmeir", role="aut"),
person("Slava", "Razbash", role="aut"),
person("Earo", "Wang", role="aut")
)
BugReports: https://github.com/robjhyndman/forecast/issues
License: GPL-3
URL: http://pkg.robjhyndman.com/forecast, https://github.com/robjhyndman/forecast
VignetteBuilder: knitr
RoxygenNote: 6.0.1.9000