From 9a88d2ecefafef140888cbdb1f7f6e0b51640e56 Mon Sep 17 00:00:00 2001 From: Rob Hyndman Date: Tue, 25 Jun 2024 09:46:18 +0200 Subject: [PATCH] Updated readme --- README.Rmd | 4 ++-- README.md | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index 343a8cd..a8d42fd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -46,8 +46,8 @@ remotes::install_github("robjhyndman/fpp3package") * [tibble](https://tibble.tidyverse.org), for tibbles, a modern re-imagining of data frames. * [dplyr](https://dplyr.tidyverse.org), for data manipulation. -* [tidyr](https://tidyr.tidyverse.org), to easily tidy data using `spread()` and `gather()`. -* [lubridate](https://lubridate.tidyverse.org), for date/times. +* [tidyr](https://tidyr.tidyverse.org), to tidy data. +* [lubridate](https://lubridate.tidyverse.org), for dates/times. * [ggplot2](https://ggplot2.tidyverse.org), for data visualisation. * [tsibble](https://tsibble.tidyverts.org), for tsibbles, a time series version of a tibble. * [tsibbledata](https://tsibbledata.tidyverts.org), various time series data sets in the form of tsibbles. diff --git a/README.md b/README.md index 56ba1d5..5d67cbe 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,8 @@ remotes::install_github("robjhyndman/fpp3package") - [tibble](https://tibble.tidyverse.org), for tibbles, a modern re-imagining of data frames. - [dplyr](https://dplyr.tidyverse.org), for data manipulation. -- [tidyr](https://tidyr.tidyverse.org), to easily tidy data using - `spread()` and `gather()`. -- [lubridate](https://lubridate.tidyverse.org), for date/times. +- [tidyr](https://tidyr.tidyverse.org), to tidy data. +- [lubridate](https://lubridate.tidyverse.org), for dates/times. - [ggplot2](https://ggplot2.tidyverse.org), for data visualisation. - [tsibble](https://tsibble.tidyverts.org), for tsibbles, a time series version of a tibble. @@ -64,7 +63,7 @@ have loaded: ``` r library(fpp3) -#> ── Attaching packages ─────────────────────────────────────── fpp3 0.5.0.9000 ── +#> ── Attaching packages ──────────────────────────────────────────── fpp3 1.0.0 ── #> ✔ tibble 3.2.1 ✔ tsibble 1.1.4 #> ✔ dplyr 1.1.4 ✔ tsibbledata 0.4.1 #> ✔ tidyr 1.3.1 ✔ feasts 0.3.2