Skip to content

Commit

Permalink
use pak for install instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 19, 2024
1 parent 050332b commit 268aaed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ install.packages("webmockr")
Dev version

```{r eval=FALSE}
remotes::install_github("ropensci/webmockr")
# install.packages("pak")
pak::pak("ropensci/webmockr")
```

```{r}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ Dev version


``` r
remotes::install_github("ropensci/webmockr")
# install.packages("pak")
pak::pak("ropensci/webmockr")
```


Expand Down

0 comments on commit 268aaed

Please sign in to comment.