Skip to content

Commit

Permalink
add skimr and rearrange sections
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam authored Nov 7, 2024
1 parent 84ddd14 commit a7a995d
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,23 @@ Open RStudio and **copy and paste** the following code chunk into the [console w
if(!require("pak")) install.packages("pak")

new_packages <- c(
# for Introduction tutorial
"here",
"tidyverse",
"visdat",
"skimr",
"rmarkdown",
"quarto",
# for Early Task tutorials
"epiverse-trace/cleanepi",
"rio",
"here",
"DBI",
"RSQLite",
"dbplyr",
"linelist",
"epiverse-trace/simulist",
"incidence2",
"epiverse-trace/tracetheme",
"visdat",
"tidyverse",
"rmarkdown",
"quarto",
# for Middle Task tutorials
"EpiNow2",
"epiverse-trace/epiparameter",
Expand Down Expand Up @@ -278,21 +280,23 @@ You should update **all of the packages** required for the tutorial, even if you
When the installation has finished, you can try to load the packages by pasting the following code into the console:

```r
# for Introduction tutorial
library(here)
library(tidyverse)
library(visdat)
library(skimr)
library(rmarkdown)
library(quarto)
# for Early Task tutorials
library(cleanepi)
library(rio)
library(here)
library(DBI)
library(RSQLite)
library(dbplyr)
library(linelist)
library(simulist)
library(incidence2)
library(tracetheme)
library(visdat)
library(tidyverse)
library(rmarkdown)
library(quarto)
# for Middle Task tutorials
library(EpiNow2)
library(epiparameter)
Expand Down

0 comments on commit a7a995d

Please sign in to comment.