Package: fabletools
Title: Core Tools for Packages in the 'fable' Framework
Version: 0.3.2
Authors@R:
    c(person(given = "Mitchell",
             family = "O'Hara-Wild",
             role = c("aut", "cre"),
             email = "mail@mitchelloharawild.com"),
      person(given = "Rob",
             family = "Hyndman",
             role = "aut"),
      person(given = "Earo",
             family = "Wang",
             role = "aut"),
      person(given = "Di",
             family = "Cook",
             role = "ctb"),
      person(given = "George",
             family = "Athanasopoulos",
             role = "ctb"),
      person(given = "David",
             family = "Holt",
             role = "ctb"))
Description: Provides tools, helpers and data structures for
    developing models and time series functions for 'fable' and extension
    packages. These tools support a consistent and tidy interface for time
    series modelling and analysis.
License: GPL-3
URL: https://fabletools.tidyverts.org/,
    https://github.com/tidyverts/fabletools
BugReports: https://github.com/tidyverts/fabletools/issues
Depends:
    R (>= 3.1.3)
Imports:
    tsibble (>= 0.9.0),
    tibble (>= 1.4.1),
    ggplot2 (>= 3.0.0),
    tidyselect,
    rlang (>= 0.4.5),
    stats,
    dplyr (>= 1.0.0),
    tidyr (>= 1.1.0),
    generics,
    R6,
    utils,
    vctrs (>= 0.2.2),
    distributional (>= 0.2.2),
    progressr,
    lifecycle
Suggests:
    covr,
    crayon,
    fable (>= 0.2.0),
    future.apply,
    knitr,
    pillar (>= 1.0.1),
    feasts (>= 0.1.2),
    rmarkdown,
    spelling,
    testthat,
    tsibbledata (>= 0.2.0),
    lubridate,
    Matrix
VignetteBuilder: 
    knitr
RdMacros: 
    lifecycle
ByteCompile: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
    'namespace'))
RoxygenNote: 7.1.2
