-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
28 lines (28 loc) · 995 Bytes
/
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
Package: tsibbledata
Version: 0.4.1.9000
Title: Diverse Datasets for 'tsibble'
Description: Provides diverse datasets in the 'tsibble' data structure. These datasets are useful for learning and demonstrating how tidy temporal data can tidied, visualised, and forecasted.
Authors@R: c(
person("Mitchell", "O'Hara-Wild", email = "[email protected]", role = c("aut", "cre")),
person("Rob", "Hyndman", role = "aut"),
person("Earo", "Wang", role = "aut"),
person("Rakshitha", "Godahewa", role = "aut"),
person("Christoph", "Bergmeir", role = "ctb")
)
Depends:
R (>= 3.1.3)
Imports:
tsibble (>= 0.9.0),
vctrs,
rappdirs,
utils
Suggests:
ggplot2
ByteCompile: true
License: GPL-3
URL: https://tsibbledata.tidyverts.org/, https://github.com/tidyverts/tsibbledata/
BugReports: https://github.com/tidyverts/tsibbledata/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))