-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
50 lines (33 loc) · 1.57 KB
/
README.Rmd
File metadata and controls
50 lines (33 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
# eval = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
fig.align = "center",
out.width = "75%"
)
```
# EPACmodel
<!-- badges: start -->
<!-- badges: end -->
This package implements the Early Pandemic Age-Structured Compartmental (EPAC) model developed by [Michael WZ Li](https://github.com/wzmli) and [Irena Papst](https://github.com/papsti) from the [Public Health Agency of Canada's Modelling Hub](https://github.com/phac-modelling-hub) using [`macpan2`](https://github.com/canmod/macpan2) modelling software.
The goal of this package is to catalogue, document, and version iterations of the Early Pandemic Age-structured Compartmental model so that they can be pulled easily into project-specific pipelines to produce modelling outputs.
## Installation
Versioned releases of `EPACmodel` can be installed with
```{r eval = FALSE}
remotes::install_github("phac-modelling-hub/EPACmodel@vx.y.z")
```
where `x.y.z` is the version number. Available version numbers can be found [here](https://github.com/phac-modelling-hub/EPACmodel/releases).
The development version of `EPACmodel` can be installed with:
```{r eval = FALSE}
remotes::install_github("phac-modelling-hub/EPACmodel")
```
## Getting started
A getting started guide can be found in `vignette("EPACmodel")`.
## For developers
Please start by reading the [developer notes](https://phac-modelling-hub.github.io/EPACmodel/articles/dev).