From 220c27329bf284cfcea3d72ff9fc9830801772b1 Mon Sep 17 00:00:00 2001 From: spaette Date: Wed, 31 Jul 2024 10:01:28 -0500 Subject: [PATCH] html --- README.Rmd | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index b8ab4d9c..beb8e6b4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -46,7 +46,7 @@ pak::pak("tidyverse/readr") ## Cheatsheet -thumbnail of tidyverse data import cheatsheet +thumbnail of data import cheatsheet ## Usage diff --git a/README.md b/README.md index f54b77aa..2564e796 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pak::pak("tidyverse/readr") ## Cheatsheet -thumbnail of tidyverse data import cheatsheet +thumbnail of data import cheatsheet ## Usage @@ -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.4 ✔ readr 2.1.4.9000 +#> ✔ dplyr 1.1.4 ✔ readr 2.1.5.9000 #> ✔ forcats 1.0.0 ✔ stringr 1.5.1 -#> ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 -#> ✔ lubridate 1.9.3 ✔ tidyr 1.3.0 +#> ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 +#> ✔ lubridate 1.9.3 ✔ tidyr 1.3.1 #> ✔ purrr 1.0.2 #> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── #> ✖ dplyr::filter() masks stats::filter()