Skip to content

Commit bd6f2cf

Browse files
committed
fix
1 parent f446f93 commit bd6f2cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pak::pak("tidyverse/readr")
4646

4747
## Cheatsheet
4848

49-
<a href="https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-import.pdf"><img src="https://github.com/rstudio/cheatsheets/raw/main/pngs/thumbnails/data-import-cheatsheet-thumbs.png" height="252" alt="thumbnail of tidyverse data import cheatsheet"//></a>
49+
<a href="https://github.com/rstudio/cheatsheets/blob/main/data-import.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/main/pngs/thumbnails/data-import-cheatsheet-thumbs.png" width="630" height="252" alt="thumbnail of data import cheatsheet"/></a>
5050

5151
## Usage
5252

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pak::pak("tidyverse/readr")
4444

4545
## Cheatsheet
4646

47-
<a href="https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-import.pdf"><img src="https://github.com/rstudio/cheatsheets/raw/main/pngs/thumbnails/data-import-cheatsheet-thumbs.png" height="252" alt="thumbnail of tidyverse data import cheatsheet"//></a>
47+
<a href="https://github.com/rstudio/cheatsheets/blob/main/data-import.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/main/pngs/thumbnails/data-import-cheatsheet-thumbs.png" width="630" height="252" alt="thumbnail of data import cheatsheet"/></a>
4848

4949
## Usage
5050

@@ -53,10 +53,10 @@ readr is part of the core tidyverse, so you can load it with:
5353
``` r
5454
library(tidyverse)
5555
#> ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
56-
#> ✔ dplyr 1.1.4 ✔ readr 2.1.4.9000
56+
#> ✔ dplyr 1.1.4 ✔ readr 2.1.5.9000
5757
#> ✔ forcats 1.0.0 ✔ stringr 1.5.1
58-
#> ✔ ggplot2 3.4.3 ✔ tibble 3.2.1
59-
#> ✔ lubridate 1.9.3 ✔ tidyr 1.3.0
58+
#> ✔ ggplot2 3.5.1 ✔ tibble 3.2.1
59+
#> ✔ lubridate 1.9.3 ✔ tidyr 1.3.1
6060
#> ✔ purrr 1.0.2
6161
#> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
6262
#> ✖ dplyr::filter() masks stats::filter()

0 commit comments

Comments
 (0)