fpp2

Travis-CI Build Status CRAN_Status_Badge Downloads Rdoc

The R package fpp2 contains all data sets required for the examples and exercises in the book “Forecasting: principles and practice” by Rob J Hyndman and George Athanasopoulos (https://OTexts.org/fpp2/). All packages required to run the examples are also loaded.

Installation

You can install the stable version on R CRAN.

install.packages('fpp2', dependencies = TRUE)

You can install the development version from Github

# install.packages("devtools")
devtools::install_github("robjhyndman/fpp2-package")

License

This package is free and open source software, licensed under GPL (>= 3).