You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
20
20
<!-- badges: start -->
21
21
<!-- badges: end -->
22
22
23
-
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 Risk Sciences Division](https://github.com/phac-nml-phrsd) of the Public Health Agency of Canada using [`macpan2`](https://github.com/canmod/macpan2) modelling software.
23
+
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.
24
24
25
25
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.
26
26
@@ -29,15 +29,15 @@ The goal of this package is to catalogue, document, and version iterations of th
29
29
Versioned releases of `EPACmodel` can be installed with
The goal of this package is to catalogue, document, and version
@@ -20,23 +19,26 @@ produce modelling outputs.
20
19
21
20
## Installation
22
21
23
-
If you're on a Windows system, please install `Rtools` matching your R version from [here](https://cran.r-project.org/bin/windows/Rtools/). This ensures you have a C++ compiler, which is required to install `macpan2`, a dependency of `EPACmodel`.
24
-
25
22
Versioned releases of `EPACmodel` can be installed with
0 commit comments