forked from tidyverts/tsibble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.3 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
Package: tsibble
Type: Package
Title: Tidy Temporal Data Frames and Tools
Version: 0.1.5.9000
Date: 2018-04-01
Authors@R: c(
person("Earo", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("Di", "Cook", role = c("aut", "ths")),
person("Rob", "Hyndman", role = c("aut", "ths"))
)
Description: Provides a 'tbl_ts' class (the 'tsibble') to store and manage
temporal-context data in a data-centric format, which is built on top of
the 'tibble'. The 'tsibble' aims at manipulating and analysing temporal data
in a tidy and modern manner, including easily interpolate missing values,
aggregate over calendar periods, performing rolling window calculations,
and etc.
Depends:
R (>= 3.1.3)
Imports:
rlang (>= 0.2.0),
tidyr,
purrr (>= 0.2.3),
tibble (>= 1.4.1),
pillar (>= 1.0.1),
lubridate,
dplyr (>= 0.7.3),
Rcpp (>= 0.12.3),
tidyselect
Suggests:
knitr,
rmarkdown,
testthat,
covr,
hts,
hms,
nycflights13
LinkingTo:
Rcpp (>= 0.12.0)
ByteCompile: true
VignetteBuilder: knitr
License: GPL (>= 3)
URL: http://pkg.earo.me/tsibble
BugReports: https://github.com/tidyverts/tsibble/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))