Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Jun 25, 2024
1 parent cdf9969 commit d93bf1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(

## Overview

The fpp3 package contains data used in the book [*Forecasting: Principles and Practice* (3rd edition)](https://OTexts.com/fpp3/) by Rob J Hyndman and George Athanasopoulos. It also loads several packages needed to do the analysis described in the book. These packages work with the [tidyverse](https://www.tidyverse.org/) set of packages, sharing common data representations and API design.
The fpp3 package contains data used in the book [*Forecasting: Principles and Practice* (3rd edition)](https://OTexts.com/fpp3/) by Rob J Hyndman and George Athanasopoulos. It also loads several packages needed to do the analysis described in the book. These packages work with the [tidyverse](https://www.tidyverse.org/) set of packages, sharing common data representations and API design. Additional data sets not used in the book are also included.

## Installation

Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Principles and Practice* (3rd edition)](https://OTexts.com/fpp3/) by Rob
J Hyndman and George Athanasopoulos. It also loads several packages
needed to do the analysis described in the book. These packages work
with the [tidyverse](https://www.tidyverse.org/) set of packages,
sharing common data representations and API design.
sharing common data representations and API design. Additional data sets
not used in the book are also included.

## Installation

Expand Down Expand Up @@ -63,12 +64,12 @@ have loaded:

``` r
library(fpp3)
#> ── Attaching packages ────────────────────────────────────────────── fpp3 0.5 ──
#> ✔ tibble 3.1.8 ✔ tsibble 1.1.3
#> ✔ dplyr 1.1.0 ✔ tsibbledata 0.4.1
#> ✔ tidyr 1.3.0 ✔ feasts 0.3.0
#> ✔ lubridate 1.9.1 ✔ fable 0.3.2
#> ✔ ggplot2 3.4.0 ✔ fabletools 0.3.2
#> ── Attaching packages ─────────────────────────────────────── fpp3 0.5.0.9000 ──
#> ✔ tibble 3.2.1 ✔ tsibble 1.1.4
#> ✔ dplyr 1.1.4 ✔ tsibbledata 0.4.1
#> ✔ tidyr 1.3.1 ✔ feasts 0.3.2
#> ✔ lubridate 1.9.3 ✔ fable 0.3.4
#> ✔ ggplot2 3.5.1 ✔ fabletools 0.4.2
#> ── Conflicts ───────────────────────────────────────────────── fpp3_conflicts ──
#> ✖ lubridate::date() masks base::date()
#> ✖ dplyr::filter() masks stats::filter()
Expand Down

0 comments on commit d93bf1a

Please sign in to comment.