Package: tsibble
Type: Package
Title: Tidy Temporal Data Frames and Tools
Version: 0.1.0
Date: 2018-01-09
Authors@R: c(
    person("Earo", "Wang", email = "earo.wang@gmail.com", 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, tidyr, purrr, 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/earowang/tsibble/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-01-09 11:00:12 UTC; earo
Author: Earo Wang [aut, cre],
  Di Cook [aut, ths],
  Rob Hyndman [aut, ths]
Maintainer: Earo Wang <earo.wang@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-09 14:19:16 UTC
