Skip to content

Commit 5f7117d

Browse files
committed
devtools() -> pak()
1 parent 7d0a027 commit 5f7117d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ install.packages("tidyverse")
3939
install.packages("blob")
4040

4141
# Or the the development version from GitHub:
42-
# install.packages("devtools")
43-
devtools::install_github("tidyverse/blob")
42+
# install.packages("pak")
43+
pak::pak("tidyverse/blob")
4444
```
4545

4646
## Example

0 commit comments

Comments
 (0)