Skip to content

Commit

Permalink
Prefer pak; alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 11, 2023
1 parent 848304f commit fa7cd70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ knitr::opts_chunk$set(
)
```

# readr <a href="https://readr.tidyverse.org"><img src="man/figures/logo.png" align="right" height="138" /></a>
# readr <a href="https://readr.tidyverse.org"><img src="man/figures/logo.png" align="right" height="138" alt = ""/></a>

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/readr)](https://CRAN.R-project.org/package=readr)
Expand All @@ -39,14 +39,14 @@ install.packages("readr")
::: .pkgdown-devel
```{r, eval = FALSE}
# Or you can install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("tidyverse/readr")
# install.packages("pak")
pak::pak("tidyverse/readr")
```
:::

## Cheatsheet

<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"/></a>
<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>

## Usage

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# readr <a href="https://readr.tidyverse.org"><img src="man/figures/logo.png" align="right" height="138" /></a>
# readr <a href="https://readr.tidyverse.org"><img src="man/figures/logo.png" align="right" height="138" alt = ""/></a>

<!-- badges: start -->

Expand Down Expand Up @@ -36,15 +36,15 @@ install.packages("readr")

``` r
# Or you can install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("tidyverse/readr")
# install.packages("pak")
pak::pak("tidyverse/readr")
```

</div>

## Cheatsheet

<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"/></a>
<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>

## Usage

Expand Down

0 comments on commit fa7cd70

Please sign in to comment.