forked from robjhyndman/forecast
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.8 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
48
49
50
51
52
53
54
55
56
57
58
Package: forecast
Version: 8.5
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:
colorspace,
fracdiff,
ggplot2 (>= 2.2.1),
graphics,
lmtest,
magrittr,
nnet,
parallel,
Rcpp (>= 0.11.0),
stats,
timeDate,
tseries,
urca,
zoo
Suggests:
expsmooth,
uroot,
knitr,
rmarkdown,
rticles,
testthat
LinkingTo:
Rcpp (>= 0.11.0),
RcppArmadillo (>= 0.2.35)
LazyData: yes
ByteCompile: TRUE
Authors@R: c(
person("Rob", "Hyndman", email="[email protected]", role=c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-2140-5352")),
person("George", "Athanasopoulos", role='aut'),
person("Christoph", "Bergmeir", role="aut", comment = c(ORCID = "0000-0002-3665-9021")),
person("Gabriel", "Caceres", role="aut"),
person("Leanne", "Chhay", role='aut'),
person("Mitchell", "O'Hara-Wild", role="aut"),
person("Fotios", "Petropoulos", role='aut', comment=c(ORCID = "0000-0003-3039-4955")),
person("Slava", "Razbash", role="aut"),
person("Earo", "Wang", role="aut"),
person("Farah", "Yasmeen", role='aut', comment=c(ORCID="0000-0002-1479-5401")),
person("R Core Team", role=c('ctb','cph')),
person("Ross", "Ihaka", role=c('ctb','cph')),
person("Daniel", "Reid", role='ctb'),
person("David", "Shaub", role='ctb'),
person("Yuan", "Tang", role='ctb', comment = c(ORCID = "0000-0001-5243-233X")),
person("Zhenyu","Zhou", role='ctb')
)
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