Skip to content

Commit e7b84ba

Browse files
committed
docs: Recommend pak::pak()
1 parent 10a2f40 commit e7b84ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ See our guide on [how to create a great issue](https://code-review.tidyverse.org
2020

2121
* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("tidyverse/duckplyr", fork = TRUE)`.
2222

23-
* Install all development dependencies with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`.
24-
If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing.
23+
* Install all development dependencies with `pak::pak()`, and then make sure the package passes R CMD check by running `devtools::check()`.
24+
If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing.
25+
2526
* Create a Git branch for your pull request (PR). We recommend using `usethis::pr_init("brief-description-of-change")`.
2627

2728
* Make your changes, commit to git, and then create a PR by running `usethis::pr_push()`, and following the prompts in your browser.

0 commit comments

Comments
 (0)