Skip to content

Commit 73b5b8f

Browse files
committed
chore(release): update changelog and citation for release
1 parent 901dc21 commit 73b5b8f

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ repository-code: >-
1919
abstract: >-
2020
A template for creating discrete-event simulation (DES) models in R
2121
within a reproducible analytical pipeline (RAP).
22-
version: 0.3.0
23-
date-released: '2025-03-18'
22+
version: 0.4.0
23+
date-released: '2025-06-04'

NEWS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# R DES RAP Template 0.4.0
2+
3+
Major changes include: addition of two new metrics (queue length and patients in service); input modelling; and synthetic data. Also, enabled solutions below the defined initial replications for the replications algorithm.
4+
5+
## New features
6+
7+
* Add synthetic data and explanation in `README`.
8+
* Add `input_modelling.Rmd`.
9+
* Add unit tests for `find_position()`.
10+
* Add mock paper with figures mentioned in `.Rmd`/`README`.
11+
* Add `CITATION`.
12+
* Add printing of parameters when running model.
13+
* Add two new metrics: queue length and patients in service.
14+
15+
## Bug fixes
16+
17+
* Add `find_position()` which allows us to find a solution below the initial replications set when using `ReplicationsAlgorithm`.
18+
19+
## Other changes
20+
21+
* Changed desired precision when choosing replications to 0.1.
22+
* Made `README` simpler/clearer, so it focuses on describing the repository, rather than on being a template.
23+
* Add `fitdistrplus`, `lubridate` and `plotly`, and updated some packages.
24+
* Set `renv` snapshot type to implicit (was previously all).
25+
* In `choosing_cores.Rmd`, set `devtools::install(upgrade = "never")` (else would try to update packages).
26+
* GitHub action runs tests on latest mac, windows and ubuntu (but not on development or old ubuntu anymore).
27+
128
# R DES RAP Template 0.3.0
229

330
Major changes include addition of functions/classes for choosing the warm-up length and number of replications. Other changes include tests, possibility to override seeds in runner, a bug fix for the mean wait time and serve length, code refactoring, and others.

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ bibentry(
44
author = person("Amy", "Heather", email = "[email protected]", role = c("aut", "cre"), comment = "ORCID: 0000-0002-6596-3479"),
55
organization = "University of Exeter",
66
year = 2025,
7-
note = "Version 0.3.0. A template for creating discrete-event simulation (DES) models in R within a reproducible analytical pipeline (RAP).",
7+
note = "Version 0.4.0. A template for creating discrete-event simulation (DES) models in R within a reproducible analytical pipeline (RAP).",
88
url = "https://github.com/pythonhealthdatascience/rap_template_r_des"
99
)

0 commit comments

Comments
 (0)