Package: timekit
Type: Package
Title: A Collection of Tools for Working with Time Series in R
Version: 0.2.0
Date: 2017-04-30
Authors@R: c(
    person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")),
    person("Davis", "Vaughan", email = "dvaughan@business-science.io", role = c("aut"))
  )
Description: 
    Coerce between time-based tibbles ('tbl') and 'xts', 'zoo', and 'ts'. 
    Get the time series index, signature, and summary from time series objects and
    time-based tibbles. Create future time series based on properties of 
    existing time series index.
URL: https://github.com/business-science/timekit
BugReports: https://github.com/business-science/timekit/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: broom (>= 0.4.2), devtools (>= 1.12.0), dplyr (>= 0.5.0),
        forcats (>= 0.2.0), forecast (>= 0.8.0), lazyeval (>= 0.2.0),
        lubridate (>= 1.6.0), padr (>= 0.2.1), purrr (>= 0.2.2),
        quantmod (>= 0.4-8), readr (>= 1.0.0), scales (<= 0.4.1),
        tibble (>= 1.2), tidyquant (>= 0.5.1), tidyr (>= 0.6.1),
        timeSeries (>= 3022.101.2), tseries (>= 0.10-37), TTR (>=
        0.23-1), xts (>= 0.9-7), zoo (>= 1.7-14)
Suggests: knitr, rmarkdown, testthat, stringr, tidyverse
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-04-30 18:10:08 UTC; mdanc
Author: Matt Dancho [aut, cre],
  Davis Vaughan [aut]
Maintainer: Matt Dancho <mdancho@business-science.io>
Repository: CRAN
Date/Publication: 2017-04-30 19:28:09 UTC
