tsibble: Tidy Temporal Data Frames and Tools

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.2.0
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
LinkingTo: Rcpp (≥ 0.12.0)
Suggests: knitr, rmarkdown, testthat, covr, hts, hms, nycflights13, ggplot2 (≥ 2.2.0)
Published: 2018-05-11
Author: Earo Wang ORCID iD [aut, cre], Di Cook ORCID iD [aut, ths], Rob Hyndman ORCID iD [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

Downloads:

Reference manual: tsibble.pdf
Vignettes: Introduction to tsibble
Package source: tsibble_0.2.0.tar.gz
Windows binaries: r-devel: tsibble_0.2.0.zip, r-release: tsibble_0.2.0.zip, r-oldrel: tsibble_0.1.5.zip
OS X binaries: r-release: tsibble_0.2.0.tgz, r-oldrel: tsibble_0.1.5.tgz
Old sources: tsibble archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tsibble to link to this page.