Description
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.
README.md
fabletools
The R package fabletools provides tools for building modelling packages, with a focus on time series forecasting. This package allows package developers to extend fable with additional models, without needing to depend on the models supported by fable.
Installation
You could install the stable version on CRAN:
install.packages("fabletools")
You can install the development version from GitHub:
# install.packages("remotes")
remotes::install_github("tidyverts/fabletools")