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 7256510 commit 9a88d2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 9a88d2e

Please sign in to comment.