diff --git a/dev/articles/usethis-setup.html b/dev/articles/usethis-setup.html index e29e717e5..077fbb5ca 100644 --- a/dev/articles/usethis-setup.html +++ b/dev/articles/usethis-setup.html @@ -343,8 +343,7 @@
As you participate more in R development, you will inevitably want to
run development versions of other people’s packages, i.e. not the
version available from CRAN. A typical way to do this is to install a
-package from GitHub with
-devtools::install_github("OWNER/REPO")
.
pak::pak("OWNER/REPO")
.
But, unlike using install.packages()
and CRAN, you will
be downloading and installing a source package, not a
binary package. This means your system needs to be set up for
diff --git a/dev/news/index.html b/dev/news/index.html
index b40035874..4eab8de40 100644
--- a/dev/news/index.html
+++ b/dev/news/index.html
@@ -55,7 +55,8 @@
use_github()
now knows that you can reuse the name of an earlier repo that has since been renamed (@ateucher, #1893).
The README templates now recommend pak instead of devtools for package installation (@olivroy, #1723).
use_github()
now knows that you can reuse the name of an earlier repo that has since been renamed (@ateucher, #1893).
use_git()
no longer asks if you want to restart RStudio when using Positron.
use_test()
and use_r()
now work when you are in tests/testthat/_snaps/{foo}.md
(@olivroy, #1988).
The URLs baked into the badge generated by use_coverage(type = "codecov")
no longer specify a branch (#2008).