Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add finalsize to setup install #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
+ **Challenges**: complete challenges to test your understanding.
+ **Explainers**: add to your understanding of mathematical and modelling concepts with the explainer boxes.

Also check out the [glossary](../reference.md) for any terms you may be unfamiliar with.

Check warning on line 40 in learners/setup.md

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[missing file]: [glossary](../reference.md)

### Epiverse-TRACE R packages

Our strategy is to gradually incorporate specialised **R packages** into a traditional analysis pipeline. These packages should fill the gaps in these epidemiology-specific tasks in response to outbreaks.

![I](episodes/fig/pkgs-hexlogos-2.png).

Check warning on line 46 in learners/setup.md

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[image missing alt-text]: episodes/fig/pkgs-hexlogos-2.png

<p><figure>
<img src="episodes/fig/pkgs-hexlogos-2.png"
Expand Down Expand Up @@ -171,6 +171,7 @@
"epichains",
# for Late task tutorials
"socialmixr",
"finalsize",
"epiverse-trace/epidemics",
"scales"
)
Expand Down Expand Up @@ -308,6 +309,7 @@
library(epichains)
# for Late task tutorials
library(socialmixr)
library(finalsize)
library(epidemics)
library(scales)
```
Expand Down
Loading