Skip to content

Commit ca446e0

Browse files
committed
chore(release): update NEWS.md and CITATION.cff for new release
1 parent bdf7f72 commit ca446e0

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

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.1.0
23-
date-released: '2025-03-06'
22+
version: 0.2.0
23+
date-released: '2025-03-11'

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# R DES RAP Template 0.2.0
2+
3+
Warm-up period, "unseen" metrics and tests.
4+
5+
## New features
6+
7+
* Add warm-up period (`filter_warmup()`).
8+
* Add measurement of when service starts and its duration during the model run (`set_attribute("nurse_serve_start", ...` and `set_attribute("nurse_serve_length", ...`).
9+
* Add count and wait time for unseen patients in the run results.
10+
* Add tests for warm-up, unseen metrics, and logs.
11+
* Add `arrivals` and `resources` to base case back test.
12+
13+
## Bug fixes
14+
15+
* Include all patients in the run results `arrivals` count (and not only those who completed the service).
16+
* Include patients partway through service in the `mean_waiting_time` and `mean_service_time` (and not only those who completed the service).
17+
* Use `devtools::install()` in `choosing_cores.Rmd` (required to get updated package for parallel processing).
18+
19+
## Other changes
20+
21+
* Simplify scenario back test.
22+
* Add DOI and Zenodo citation to README.
23+
124
# R DES RAP Template 0.1.0
225

326
🌱 First release of the R DES template.

0 commit comments

Comments
 (0)