-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
55 lines (55 loc) · 1.67 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
Package: fpp3
Title: Data for "Forecasting: Principles and Practice" (3rd Edition)
Version: 1.0.1.9000
Authors@R:
c(person(given = "Rob",
family = "Hyndman",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2140-5352")),
person(given = "George",
family = "Athanasopoulos",
role = "ctb"),
person(given = "Mitchell",
family = "O'Hara-Wild",
role = "ctb"),
person(given = "Nuwani",
family = "Palihawadana",
role = "ctb"),
person(given = "Shanika",
family = "Wickramasuriya",
role = "ctb"),
person(given = "RStudio",
role = c("cph")))
Description:
All data sets required for the examples and exercises in the book
"Forecasting: principles and practice" by Rob J Hyndman and George Athanasopoulos
<https://OTexts.com/fpp3/>. All packages required to run the examples are also
loaded. Additional data sets not used in the book are also included.
License: GPL-3
URL:
https://pkg.robjhyndman.com/fpp3/,
https://github.com/robjhyndman/fpp3,
https://OTexts.com/fpp3/
BugReports:
https://github.com/robjhyndman/fpp3/issues
Depends:
R (>= 4.1.0)
Imports:
cli (>= 1.0.0),
crayon (>= 1.3.4),
dplyr (>= 0.7.4),
fable (>= 0.3.0),
fabletools (>= 0.3.0),
feasts (>= 0.1.7),
ggplot2 (>= 3.1.1),
lubridate (>= 1.7.4),
purrr (>= 0.2.4),
rstudioapi (>= 0.7),
tibble (>= 1.4.2),
tidyr (>= 0.8.3),
tsibble (>= 0.9.3),
tsibbledata (>= 0.2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2