-
Notifications
You must be signed in to change notification settings - Fork 49
/
DESCRIPTION
72 lines (72 loc) · 1.99 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
72
Type: Package
Package: tsibble
Title: Tidy Temporal Data Frames and Tools
Version: 1.1.5
Authors@R:
c(person(given = "Earo",
family = "Wang",
role = c("aut", "cre"),
email = "earo.wang@gmail.com",
comment = c(ORCID = "0000-0001-6448-5260")),
person(given = "Di",
family = "Cook",
role = c("aut", "ths"),
comment = c(ORCID = "0000-0002-3813-7155")),
person(given = "Rob",
family = "Hyndman",
role = c("aut", "ths"),
comment = c(ORCID = "0000-0002-2140-5352")),
person(given = "Mitchell",
family = "O'Hara-Wild",
role = "aut",
comment = c(ORCID = "0000-0001-6729-7695")),
person(given = "Tyler",
family = "Smith",
role = "ctb"),
person(given = "Wil",
family = "Davis",
role = "ctb",
email = "william.davis@worthingtonindustries.com"))
Description: Provides a 'tbl_ts' class (the 'tsibble') for
temporal data in an data- and model-oriented format. The 'tsibble'
provides tools to easily manipulate and analyse temporal data, such as
filling in time gaps and aggregating over calendar periods.
License: GPL-3
URL: https://tsibble.tidyverts.org
BugReports: https://github.com/tidyverts/tsibble/issues
Depends:
R (>= 3.2.0)
Imports:
anytime (>= 0.3.1),
dplyr (>= 1.1.0),
ellipsis (>= 0.3.0),
generics,
lifecycle,
lubridate (>= 1.7.0),
methods,
rlang (>= 0.4.6),
tibble (>= 3.0.0),
tidyselect (>= 1.0.0),
vctrs (>= 0.3.1)
Suggests:
covr,
ggplot2 (>= 3.3.0),
hms,
knitr,
nanotime,
nycflights13 (>= 1.0.0),
rmarkdown,
scales (>= 1.1.0),
spelling,
testthat (>= 3.0.0),
tidyr (>= 1.1.0),
timeDate
VignetteBuilder:
knitr
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1