Skip to content

Commit

Permalink
docs: Prefer pak
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 18, 2024
1 parent 58d886b commit 70ad9a7
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 @@ -53,8 +53,8 @@ Get the latest development version from GitHub with:


```r
# install.packages("devtools")
devtools::install_github("r-lib/roxygen2md")
# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
pak::pak("r-lib/roxygen2md")
```


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ install.packages("roxygen2md")
Get the latest development version from GitHub with:

``` r
# install.packages("devtools")
devtools::install_github("r-lib/roxygen2md")
# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
pak::pak("r-lib/roxygen2md")
```

## Usage
Expand Down

0 comments on commit 70ad9a7

Please sign in to comment.