Skip to content

Commit

Permalink
add R packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Aug 29, 2023
1 parent 691b68c commit 874c6cf
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,31 @@ For [Linux](https://happygitwithr.com/install-git.html#linux)

:::::::::::::::::::::::::

### Configure Git
### Install R packages

Install the following packages:

```r
if(!require("pak")) install.packages("pak")
pak::pak("gh")
pak::pak("usethis")
pak::pak("gitcreds")
pak::pak("FRBCesab/rcompendium")
pak::pak("cli")
pak::pak("pkgdown")
pak::pak("devtools")
pak::pak("tidyverse")
pak::pak("here")
pak::pak("lifecycle")
pak::pak("readxl")
pak::pak("incidence2")
pak::pak("rmarkdown")
pak::pak("knitr")
pak::pak("fs")
pak::pak("renv")
```

### Configure Git and GitHub

::: prereq

Expand Down Expand Up @@ -171,3 +195,6 @@ gh::gh_whoami()
```

:::

If you need any assistance installing the software, configuring Git and GitHub, or have any other questions about the workshop, please send an email to <[email protected]>

0 comments on commit 874c6cf

Please sign in to comment.