Package: feasts
Title: Feature Extraction and Statistics for Time Series
Version: 0.4.0
Description: Provides a collection of features, decomposition methods, 
    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 (>= 0.3.1)
Imports: 
    rlang (>= 0.2.0),
    tibble (>= 1.4.1),
    tsibble (>= 0.9.0),
    ggplot2 (>= 3.0.0),
    dplyr (>= 1.0.0),
    tidyr (>= 0.8.3),
    scales (>= 1.1.0),
    vctrs,
    lubridate,
    grid,
    slider,
    utils,
    lifecycle,
    gtable
Suggests:
    tsibbledata,
    pillar (>= 1.0.1),
    knitr,
    rmarkdown,
    testthat,
    covr,
    seasonal,
    urca,
    fracdiff,
    fable,
    ggrepel
ByteCompile: true
VignetteBuilder: knitr
License: GPL-3
URL: http://feasts.tidyverts.org/, https://github.com/tidyverts/feasts/
BugReports: https://github.com/tidyverts/feasts/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
Language: en-GB
RdMacros: lifecycle
