-
Notifications
You must be signed in to change notification settings - Fork 66
/
DESCRIPTION
71 lines (71 loc) · 2.02 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
66
67
68
69
70
71
Package: fable
Title: Forecasting Models for Tidy Time Series
Version: 0.4.1
Description: Provides a collection of commonly used univariate and multivariate
time series forecasting models including automatically selected exponential
smoothing (ETS) and autoregressive integrated moving average (ARIMA) models.
These models work within the 'fable' framework provided by the 'fabletools'
package, which provides the tools to evaluate, visualise, and combine models
in a workflow consistent with the tidyverse.
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Rob",
family = "Hyndman",
role = "aut"),
person(given = "Earo",
family = "Wang",
role = "aut"),
person(given = "Gabriel",
family = "Caceres",
role = "ctb",
comment = "NNETAR implementation"),
person(given = "Christoph",
family = "Bergmeir",
role = "ctb",
comment = c(ORCID = "0000-0002-3665-9021")),
person(given = "Tim-Gunnar",
family = "Hensel",
role = "ctb"),
person(given = "Timothy",
family = "Hyndman",
role = "ctb"))
License: GPL-3
URL: https://fable.tidyverts.org, https://github.com/tidyverts/fable
BugReports: https://github.com/tidyverts/fable/issues
Depends:
R (>= 3.4.0),
fabletools (>= 0.3.0)
Imports:
Rcpp (>= 0.11.0),
rlang (>= 0.4.6),
stats,
dplyr (>= 1.0.0),
tsibble (>= 0.9.0),
tibble,
tidyr,
utils,
distributional
Suggests:
covr,
feasts,
forecast,
knitr,
MTS,
nnet,
rmarkdown,
spelling,
testthat,
tsibbledata (>= 0.2.0)
LinkingTo:
Rcpp (>= 0.11.0)
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 7.3.2