forked from tidyverts/tsibble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
100 lines (100 loc) · 2.33 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Type: Package
Package: tsibble
Title: Tidy Temporal Data Frames and Tools
Version: 0.6.2.9000
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 = "ctb"))
Description: Provides a 'tbl_ts' class (the 'tsibble') to store
and manage temporal data in a data-centric format, which is built on
top of the 'tibble'. The 'tsibble' aims at easily manipulating and
analysing temporal data, including counting and filling time gaps,
aggregate over calendar periods, performing rolling window
calculations, and etc.
License: GPL-3
URL: https://pkg.earo.me/tsibble
BugReports: https://github.com/tidyverts/tsibble/issues
Depends:
R (>= 3.1.3)
Imports:
anytime (>= 0.3.1),
dplyr (>= 0.7.8),
lubridate,
purrr (>= 0.2.3),
Rcpp (>= 0.12.3),
rlang (>= 0.2.0),
tibble (>= 2.0.1),
tidyr,
tidyselect
Suggests:
covr,
furrr,
ggplot2 (>= 2.2.0),
hms,
knitr,
nanotime,
nycflights13 (>= 1.0.0),
pillar (>= 1.0.1),
rmarkdown,
spelling,
testthat,
timeDate
LinkingTo:
Rcpp (>= 0.12.0)
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 6.1.1
Collate:
'RcppExports.R'
'as-tsibble.R'
'bind.R'
'data.R'
'gaps.R'
'deprecated.R'
'dplyr-verbs.R'
'dplyr-join.R'
'error.R'
'filter-index.R'
'format.R'
'holiday.R'
'index-by.R'
'index-valid.R'
'interval.R'
'key-group.R'
'new-data.R'
'period.R'
'reexports.R'
'slide.R'
'stretch.R'
'subset.R'
'tidyr-verbs.R'
'tile.R'
'time-wise.R'
'ts2tsibble.R'
'tsibble-pkg.R'
'tsibble2ts.R'
'type-sum.R'
'update.R'
'utils-format.R'
'utils.R'
'zzz.R'