Package: feasts
Title: Feature Extraction And Statistics for Time Series
Version: 0.1.0
Description: Provides a collection of features, decompositions, statistical
    summaries and graphics functions for the analysing tidy time series data.
    The package name 'feasts' is an acronym comprising of its key features: 
    Feature Extraction And Statistics for Time Series.
Authors@R: c(
    person("Mitchell", "O'Hara-Wild", email = "mail@mitchelloharawild.com", role = c("aut", "cre")),
    person("Rob", "Hyndman", role = "aut"),
    person("Earo", "Wang", role = "aut"),
    person("Di", "Cook", role = "ctb"),
    person("Thiyanga", "Talagala", role = "ctb", comment = "Correlation features"),
    person("Leanne", "Chhay", role = "ctb", comment = "Guerrero's method")
    )
Depends: R (>= 3.5.0), fabletools
Imports: rlang (>= 0.2.0), tibble (>= 1.4.1), tsibble (>= 0.8.0),
        ggplot2 (>= 3.0.0), dplyr (>= 0.8.0), tidyr (>= 0.8.3), scales
Suggests: tsibbledata, pillar (>= 1.0.1), knitr, rmarkdown, testthat,
        covr, grid, seasonal, urca, fracdiff, fable, ForeCA
Additional_repositories: https://tidyverts.org/
ByteCompile: true
VignetteBuilder: knitr
License: GPL-3
URL: http://feasts.tidyverts.org/
BugReports: https://github.com/tidyverts/feasts/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Language: en-GB
NeedsCompilation: no
Packaged: 2019-08-27 11:40:51 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre],
  Rob Hyndman [aut],
  Earo Wang [aut],
  Di Cook [ctb],
  Thiyanga Talagala [ctb] (Correlation features),
  Leanne Chhay [ctb] (Guerrero's method)
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2019-08-28 09:20:05 UTC
