Skip to content

Commit

Permalink
Use pak
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 30, 2023
1 parent d37c2bd commit b1f0225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Thanks to [\@krlmlr](https://github.com/krlmlr) for this neat idea! This code wa
## Installation

```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("r-lib/conflicted")
# install.packages("pak")
pak::pak("r-lib/conflicted")
```

## Usage
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package.
## Installation

``` r
# install.packages("devtools")
devtools::install_github("r-lib/conflicted")
# install.packages("pak")
pak::pak("r-lib/conflicted")
```

## Usage
Expand Down Expand Up @@ -81,8 +81,7 @@ You can ask conflicted to report any conflicts in the current session:

``` r
conflict_scout()
#> 2 conflicts
#> • `filter()`: dplyr
#> 1 conflict
#> • `lag()`: dplyr and stats
```

Expand Down

0 comments on commit b1f0225

Please sign in to comment.