Skip to content

Commit c5ee097

Browse files
committed
add finalsize to setup page
1 parent 88556ae commit c5ee097

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

learners/setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ if(!require("pak")) install.packages("pak")
107107

108108
new_packages <- c(
109109
"socialmixr",
110+
"finalsize",
110111
"epiverse-trace/epidemics",
111112
"scales",
112113
"tidyverse"
@@ -176,6 +177,7 @@ When the installation has finished, you can try to load the packages by pasting
176177

177178
```r
178179
library(socialmixr)
180+
library(finalsize)
179181
library(epidemics)
180182
library(scales)
181183
library(tidyverse)

0 commit comments

Comments
 (0)