From d93bf1a7d4ff8d6dbe34f9aaeac1b1597b91f87d Mon Sep 17 00:00:00 2001 From: Rob Hyndman Date: Tue, 25 Jun 2024 17:34:29 +1000 Subject: [PATCH] Updated readme --- README.Rmd | 2 +- README.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.Rmd b/README.Rmd index 09142fb..343a8cd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 diff --git a/README.md b/README.md index 9984c66..56ba1d5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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()