robjhyndman / fpp2-package

All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (2nd ed, 2018) by Rob J Hyndman and George Athanasopoulos <http://OTexts.org/fpp2/>. All packages required to run the examples are also loaded.
http://pkg.robjhyndman.com/fpp2-package/
105 stars 50 forks source link
cran data forecasting r

fpp2

CRAN
status R build
status Downloads

Overview

The R package fpp2 loads data required for the examples and exercises used in the book Forecasting: Principles and Practice (2nd edition) by Rob J Hyndman and George Athanasopoulos. It also loads several packages needed to do the analysis described in the book.

Installation

You can install the stable version from CRAN.

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

You can install the development version from Github

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

Usage

library(fpp2) will load the following packages:

You also get a condensed summary of conflicts with other packages you have loaded:

library(fpp2)
#> Registered S3 method overwritten by 'quantmod':
#>   method            from
#>   as.zoo.data.frame zoo
#> ── Attaching packages ────────────────────────────────────────────── fpp2 2.5 ──
#> ✔ ggplot2   3.4.0     ✔ fma       2.5  
#> ✔ forecast  8.20      ✔ expsmooth 2.4
#>