diff --git a/README.md b/README.md index 82a2540f..f54b77aa 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ readr is part of the core tidyverse, so you can load it with: ``` r library(tidyverse) #> ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── -#> ✔ dplyr 1.1.3 ✔ readr 2.1.4.9000 -#> ✔ forcats 1.0.0 ✔ stringr 1.5.0 +#> ✔ dplyr 1.1.4 ✔ readr 2.1.4.9000 +#> ✔ forcats 1.0.0 ✔ stringr 1.5.1 #> ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 -#> ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 +#> ✔ lubridate 1.9.3 ✔ tidyr 1.3.0 #> ✔ purrr 1.0.2 #> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── #> ✖ dplyr::filter() masks stats::filter()