Skip to content

Commit 1aa26de

Browse files
acknowledgement
1 parent 97a9190 commit 1aa26de

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ authors:
1818
- family-names: "Flynn-Primrose"
1919
given-names: "Darren"
2020
roles: ["author"]
21+
- family-names: "Earn"
22+
given-names: "David J.D."
23+
roles: ["contributor"]
24+
- family-names: "Dushoff"
25+
given-names: "Jonathan"
26+
roles: ["contributor"]
2127
- family-names: "Zhao"
2228
given-names: "Kevin"
2329
roles: ["contributor"]
@@ -34,7 +40,7 @@ keywords:
3440
- epidemiological modeling
3541
- infectious disease dynamics
3642
- compartmental models
37-
description: "Fast and flexible compartmental modelling with Template Model Builder."
43+
description: "Fast and flexible Compartmental Modelling."
3844
references:
3945
- type: "software"
4046
title: "macpan2: Fast and Flexible Compartmental Modelling"
@@ -55,6 +61,12 @@ references:
5561
- family-names: "Flynn-Primrose"
5662
given-names: "Darren"
5763
roles: ["author"]
64+
- family-names: "Earn"
65+
given-names: "David J.D."
66+
roles: ["contributor"]
67+
- family-names: "Dushoff"
68+
given-names: "Jonathan"
69+
roles: ["contributor"]
5870
- family-names: "Zhao"
5971
given-names: "Kevin"
6072
roles: ["contributor"]

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Developers can see [here](https://canmod.github.io/macpan2/articles/index.html#d
1616
- [Changelog Management](#changelog-management)
1717
- [Testing Installability of Specific Commits](#testing-installability-of-specific-commits)
1818
- [Log Files](#log-files)
19+
- [Version Release](#version-release)
1920

2021

2122
## Developer Installation
@@ -224,3 +225,8 @@ Please do not check in this generated `install-tests.txt` file.
224225
## Log Files
225226

226227
Every simulation generates or overwrites a log file. The default location is described [here](https://canmod.github.io/macpan2/articles/options.html). The path of the log file is created when the simulator is created. So if the simulator is saved to a file (e.g., stored with `saveRDS`), there is a risk that when it is reloaded the path to the log file will no longer exist. If this happens `macpan2` will try to recreate it, but this might fail. If the log file path is not valid for any of these reasons, the log file will be written to `.macpan2/bail-out/log.txt` in the current working directory. Log files are used internally by `macpan2` when producing error messages that originate within an [engine function](https://canmod.github.io/macpan2/reference/engine_functions.html). This mechanism of getting messages from `C++` to `R` is not ideal, but provides a workaround for the limitation that TMB cannot report back strings (I would welcome being wrong so that we could simplify this part of the code).
228+
229+
230+
## Version Release
231+
232+

DESCRIPTION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Package: macpan2
22
Title: Fast and Flexible Compartmental Modelling
3-
Version: 3.5.0
3+
Version: 3.5.1
44
Authors@R: c(
5-
person("Steve Walker", email="stevencarlislewalker@gmail.com", role=c("cre", "aut")),
5+
person("Steve Walker", email="stevencarlislewalker@gmail.com", role=c("cre", "aut"), comment = c(ORCID = "0000-0002-4394-9078"),
66
person("Weiguang Guan", role="aut"),
77
person("Jen Freeman", role="aut"),
8-
person("Ben Bolker", role="aut"),
8+
person("Ben Bolker", role="aut", comment = c(ORCID = "0000-0002-2127-0443"),
99
person("Darren Flynn-Primrose", role="aut"),
10-
person("Irena Papst", role="ctb"),
10+
person("David J.D. Earn", rol="ctb", comment = c(ORCID = "0000-0002-7562-1341"),
11+
person("Jonathan Dushoff", rol="ctb", comment = c(ORCID = "0000-0003-0506-4794"),
12+
person("Irena Papst", role="ctb", comment = c(ORCID = "0000-0001-5901-7585"),
1113
person("Michael Li", role="ctb"),
1214
person("Kevin Zhao", role="ctb"))
1315
Description: Tools for building and calibrating compartmental models of infectious disease.

0 commit comments

Comments
 (0)