forked from robjhyndman/forecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 2.15 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
59
60
61
62
63
64
65
Package: forecast
Version: 8.18.0.9000
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.5.0),
Imports:
colorspace,
fracdiff,
generics (>= 0.1.2),
ggplot2 (>= 2.2.1),
graphics,
lmtest,
magrittr,
nnet,
parallel,
Rcpp (>= 0.11.0),
stats,
timeDate,
tseries,
urca,
zoo
Suggests:
forecTheta,
knitr,
methods,
rmarkdown,
rticles,
seasonal,
testthat,
uroot
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"), comment = c(ORCID = "0000-0002-2140-5352")),
person("George", "Athanasopoulos", role='aut', comment=c(ORCID = "0000-0002-5389-2802")),
person("Christoph", "Bergmeir", role="aut", comment = c(ORCID = "0000-0002-3665-9021")),
person("Gabriel", "Caceres", role="aut", comment=c(ORCID = "0000-0002-2947-2023")),
person("Leanne", "Chhay", role='aut'),
person("Kirill", "Kuroptev", role="aut"),
person("Mitchell", "O'Hara-Wild", role="aut", comment=c(ORCID = "0000-0001-6729-7695")),
person("Fotios", "Petropoulos", role='aut', comment=c(ORCID = "0000-0003-3039-4955")),
person("Slava", "Razbash", role="aut"),
person("Earo", "Wang", role="aut", comment = c(ORCID = "0000-0001-6448-5260")),
person("Farah", "Yasmeen", role='aut', comment=c(ORCID="0000-0002-1479-5401")),
person("Daniel", "Reid", role='ctb'),
person("David", "Shaub", role='ctb'),
person("Federico","Garza",role='ctb'),
person("R Core Team", role=c('ctb','cph')),
person("Ross", "Ihaka", role=c('ctb','cph')),
person("Xiaoqian","Wang",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: https://pkg.robjhyndman.com/forecast/, https://github.com/robjhyndman/forecast
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.1