Skip to content

Commit d7500c8

Browse files
committed
update to new repo URL
1 parent dbc28d0 commit d7500c8

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authors@R: c(
66
person("Michael", "WZ Li", , role = c("aut")))
77
Description: Simulate versions of the EPAC model.
88
License: MIT + file LICENSE
9-
URL: https://phac-nml-phrsd.github.io/EPACmodel, https://github.com/phac-nml-phrsd/EPACmodel
9+
URL: https://phac-modelling-hub.github.io/EPACmodel, https://github.com/phac-modelling-hub/EPACmodel
1010
Encoding: UTF-8
1111
Roxygen: list(markdown = TRUE)
1212
RoxygenNote: 7.3.2

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
<!-- badges: start -->
2121
<!-- badges: end -->
2222

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.
2424

2525
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.
2626

@@ -29,15 +29,15 @@ The goal of this package is to catalogue, document, and version iterations of th
2929
Versioned releases of `EPACmodel` can be installed with
3030

3131
```{r eval = FALSE}
32-
remotes::install_github("phac-nml-phrsd/EPACmodel@vx.y.z")
32+
remotes::install_github("phac-modelling-hub/EPACmodel@vx.y.z")
3333
```
3434

35-
where `x.y.z` is the version number. Available version numbers can be found [here](https://github.com/phac-nml-phrsd/EPACmodel/releases).
35+
where `x.y.z` is the version number. Available version numbers can be found [here](https://github.com/phac-modelling-hub/EPACmodel/releases).
3636

3737
The development version of `EPACmodel` can be installed with:
3838

3939
```{r eval = FALSE}
40-
remotes::install_github("phac-nml-phrsd/EPACmodel")
40+
remotes::install_github("phac-modelling-hub/EPACmodel")
4141
```
4242

4343
## Getting started
@@ -46,5 +46,5 @@ A getting started guide can be found in `vignette("EPACmodel")`.
4646

4747
## For developers
4848

49-
Please start by reading the [developer notes](https://phac-nml-phrsd.github.io/EPACmodel/articles/dev).
49+
Please start by reading the [developer notes](https://phac-modelling-hub.github.io/EPACmodel/articles/dev).
5050

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

99
This package implements the Early Pandemic Age-Structured Compartmental
1010
(EPAC) model developed by [Michael WZ Li](https://github.com/wzmli) and
11-
[Irena Papst](https://github.com/papsti) from the [Public Health Risk
12-
Sciences Division](https://github.com/phac-nml-phrsd) of the Public
13-
Health Agency of Canada using
11+
[Irena Papst](https://github.com/papsti) from the [Public Health Agency
12+
of Canada’s Modelling Hub](https://github.com/phac-modelling-hub) using
1413
[`macpan2`](https://github.com/canmod/macpan2) modelling software.
1514

1615
The goal of this package is to catalogue, document, and version
@@ -20,23 +19,26 @@ produce modelling outputs.
2019

2120
## Installation
2221

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-
2522
Versioned releases of `EPACmodel` can be installed with
2623

2724
``` r
28-
remotes::install_github("phac-nml-phrsd/EPACmodel@vx.y.z")
25+
remotes::install_github("phac-modelling-hub/EPACmodel@vx.y.z")
2926
```
3027

3128
where `x.y.z` is the version number. Available version numbers can be
32-
found [here](https://github.com/phac-nml-phrsd/EPACmodel/releases).
29+
found [here](https://github.com/phac-modelling-hub/EPACmodel/releases).
3330

3431
The development version of `EPACmodel` can be installed with:
3532

3633
``` r
37-
remotes::install_github("phac-nml-phrsd/EPACmodel")
34+
remotes::install_github("phac-modelling-hub/EPACmodel")
3835
```
3936

4037
## Getting started
4138

4239
A getting started guide can be found in `vignette("EPACmodel")`.
40+
41+
## For developers
42+
43+
Please start by reading the [developer
44+
notes](https://phac-modelling-hub.github.io/EPACmodel/articles/dev).

0 commit comments

Comments
 (0)