diff --git a/index.html b/index.html index f976ad4..1165ed4 100644 --- a/index.html +++ b/index.html @@ -299,13 +299,19 @@

Install R packages

-

Install the following packages:

+

First, install the pak package:

R

-if(!require("pak")) install.packages("pak")
-pak::pak("gh")
+if(!require("pak")) install.packages("pak")
+
+

Then, install all these packages:

+
+

R +

+
+pak::pak("gh")
 pak::pak("usethis")
 pak::pak("gitcreds")
 pak::pak("FRBCesab/rcompendium")
@@ -335,7 +341,7 @@ 

Follow all these steps

1. Verify your git configuration

-
+

R

@@ -356,7 +362,7 @@ 

OUTPUT