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 easily manipulating and analysing temporal
data, including counting and filling time gaps, aggregate over calendar periods,
performing rolling window calculations, and etc.
Version: |
0.4.0 |
Depends: |
R (≥ 3.1.3) |
Imports: |
dplyr (≥ 0.7.3), lubridate, pillar (≥ 1.0.1), purrr (≥
0.2.3), Rcpp (≥ 0.12.3), rlang (≥ 0.2.0), tibble (≥ 1.4.1), tidyr, tidyselect, timeDate |
LinkingTo: |
Rcpp (≥ 0.12.0) |
Suggests: |
covr, ggplot2 (≥ 2.2.0), hms, hts, knitr, nycflights13 (≥
1.0.0), rmarkdown, testthat |
Published: |
2018-07-06 |
Author: |
Earo Wang [aut, cre],
Di Cook [aut, ths],
Rob Hyndman [aut, ths],
Mitchell O'Hara-Wild [ctb] |
Maintainer: |
Earo Wang <earo.wang at gmail.com> |
BugReports: |
https://github.com/tidyverts/tsibble/issues |
License: |
GPL (≥ 3) |
URL: |
https://pkg.earo.me/tsibble |
NeedsCompilation: |
yes |
Materials: |
README NEWS |
In views: |
TimeSeries |
CRAN checks: |
tsibble results |