Package: timetk
Type: Package
Title: A Tool Kit for Working with Time Series in R
Version: 0.1.1.1
Date: 2018-05-14
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/timetk
BugReports: https://github.com/business-science/timetk/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, robets, scales, stringr,
        testthat, tidyverse, tidyquant, timeSeries, fracdiff, timeDate,
        tseries
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-08-19 08:39:19 UTC; hornik
Author: Matt Dancho [aut, cre],
  Davis Vaughan [aut]
Maintainer: ORPHANED
Repository: CRAN
Date/Publication: 2018-08-19 08:51:43 UTC
X-CRAN-Original-Maintainer: Matt Dancho <mdancho@business-science.io>
X-CRAN-Comment: Orphaned and corrected on 2018-08-19 as check problems
        were not corrected despite reminders.
