Skip to content

Commit

Permalink
Use pak for installing dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 10, 2023
1 parent 5d2ebae commit e53d694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Expand Up @@ -46,8 +46,8 @@ install.packages("readxl")
Or install the development version from GitHub:

```{r eval = FALSE}
# install.packages("devtools")
devtools::install_github("tidyverse/readxl")
#install.packages("pak")
pak::pak("tidyverse/readxl")
```

## Cheatsheet
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -47,8 +47,8 @@ install.packages("readxl")
Or install the development version from GitHub:

``` r
# install.packages("devtools")
devtools::install_github("tidyverse/readxl")
#install.packages("pak")
pak::pak("tidyverse/readxl")
```

## Cheatsheet
Expand All @@ -75,7 +75,7 @@ readxl_example()
#> [5] "deaths.xls" "deaths.xlsx" "geometry.xls" "geometry.xlsx"
#> [9] "type-me.xls" "type-me.xlsx"
readxl_example("clippy.xls")
#> [1] "/private/tmp/Rtmpjectat/temp_libpath3b7872397e4c/readxl/extdata/clippy.xls"
#> [1] "/private/tmp/Rtmpjectat/temp_libpath3b7822c649d8/readxl/extdata/clippy.xls"
```

`read_excel()` reads both xls and xlsx files and detects the format from
Expand Down

0 comments on commit e53d694

Please sign in to comment.