Skip to content

Commit

Permalink
Use remotes instead of devtools to install from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook committed Feb 5, 2021
1 parent a0739a1 commit 7078be4
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 @@ -31,8 +31,8 @@ install.packages("tidyquery")
Or install the development version from [GitHub](https://github.com/ianmcook/tidyquery) with:

``` r
# install.packages("devtools")
devtools::install_github("ianmcook/tidyquery")
# install.packages("remotes")
remotes::install_github("ianmcook/tidyquery")
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Or install the development version from
[GitHub](https://github.com/ianmcook/tidyquery) with:

``` r
# install.packages("devtools")
devtools::install_github("ianmcook/tidyquery")
# install.packages("remotes")
remotes::install_github("ianmcook/tidyquery")
```

## Usage
Expand Down

0 comments on commit 7078be4

Please sign in to comment.