Package: fabletools
Title: Core Tools for Packages in the 'fable' Framework
Version: 0.2.0
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"))
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: http://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, progressr, lifecycle
Suggests: covr, crayon, digest, fable (>= 0.2.0), future.apply, knitr,
        methods, pillar (>= 1.0.1), feasts (>= 0.1.2), rmarkdown,
        scales, spelling, testthat, tsibbledata (>= 0.2.0), lubridate,
        SparseM
VignetteBuilder: knitr
RdMacros: lifecycle
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.0.9000
NeedsCompilation: no
Packaged: 2020-06-15 14:28:10 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre],
  Rob Hyndman [aut],
  Earo Wang [aut],
  Di Cook [ctb],
  George Athanasopoulos [ctb]
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2020-06-15 23:40:08 UTC
