Package: fabletools
Version: 0.1.0
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"))
Depends: R (>= 3.1.3)
Imports: tsibble (>= 0.8.0), ggplot2 (>= 3.0.0), tidyselect, rlang (>=
        0.2.0), stats, dplyr (>= 0.8.0), tidyr (>= 0.8.3), generics,
        R6, utils
Suggests: colorspace, covr, crayon, digest, fable, furrr, knitr,
        methods, tibble (>= 1.4.1), pillar (>= 1.0.1), feasts,
        rmarkdown, scales, spelling, testthat, tsibbledata, lubridate,
        SparseM
Additional_repositories: https://tidyverts.org/
ByteCompile: true
License: GPL-3
URL: http://fabletools.tidyverts.org/
BugReports: https://github.com/tidyverts/fabletools/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Language: en-GB
NeedsCompilation: no
Packaged: 2019-08-08 12:20:24 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre],
  Rob Hyndman [aut],
  Earo Wang [aut],
  Di Cook [ctb]
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2019-08-08 14:30:02 UTC
