Package: timekit
Type: Package
Title: A Collection of Tools for Working with Time Series in R
Version: 0.3.1
Date: 2017-06-28
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: 
    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.  
    Coerce between time-based tibbles ('tbl') and 'xts', 'zoo', and 'ts'. 
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: devtools (>= 1.12.0), dplyr (>= 0.7.0), forecast (>= 0.8.0),
        lazyeval (>= 0.2.0), lubridate (>= 1.6.0), padr (>= 0.3.0),
        purrr (>= 0.2.2), readr (>= 1.0.0), stringi (>= 1.1.5), tibble
        (>= 1.2), tidyr (>= 0.6.1), xts (>= 0.9-7), zoo (>= 1.7-14)
Suggests: broom, forcats, knitr, rmarkdown, scales, stringr, testthat,
        tidyverse, tidyquant
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-06-28 14:27:28 UTC; mdancho
Author: Matt Dancho [aut, cre],
  Davis Vaughan [aut]
Maintainer: Matt Dancho <mdancho@business-science.io>
Repository: CRAN
Date/Publication: 2017-06-28 15:07:15 UTC
