Package: fabletools
Version: 0.1.2
Title: Core Tools for Packages in the 'fable' Framework
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.
Authors@R: 
    c(person(given = "Mitchell",
             family = "O'Hara-Wild",
             email = "mail@mitchelloharawild.com",
             role = c("aut", "cre")),
      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"))
Depends: R (>= 3.1.3)
Imports: tsibble (>= 0.8.0), tibble (>= 1.4.1), ggplot2 (>= 3.0.0),
        tidyselect, rlang (>= 0.2.0), stats, dplyr (>= 0.8.0), tidyr
        (>= 0.8.3), generics, R6, utils, vctrs
Suggests: colorspace, covr, crayon, digest, fable, future.apply, knitr,
        methods, pillar (>= 1.0.1), feasts (>= 0.1.2), rmarkdown,
        scales, spelling, testthat, tsibbledata, lubridate, SparseM
ByteCompile: true
License: GPL-3
URL: http://fabletools.tidyverts.org/
BugReports: https://github.com/tidyverts/fabletools/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Language: en-GB
NeedsCompilation: no
Packaged: 2020-01-20 00:38:55 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-01-29 09:00:02 UTC
