Skip to content

Commit

Permalink
Merge pull request #446 from tidyverse/readme-pak
Browse files Browse the repository at this point in the history
Use `pak` for dev install
  • Loading branch information
markfairbanks authored Sep 11, 2023
2 parents 43f68cb + 6196ea9 commit 505b751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ install.packages("dtplyr")
Or try the development version from GitHub with:

```R
# install.packages("devtools")
devtools::install_github("tidyverse/dtplyr")
# install.packages("pak")
pak::pak("tidyverse/dtplyr")
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ install.packages("dtplyr")
Or try the development version from GitHub with:

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

## Usage
Expand Down

0 comments on commit 505b751

Please sign in to comment.