Skip to content

Commit e72d784

Browse files
committed
chore(release): update CITATION.cff and NEWS.md for 0.2.0
1 parent 0119ad7 commit e72d784

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
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
Reproducible analytical pipeline (RAP) for R discrete-event simulation (DES)
2121
implementing the Stroke Capacity Planning Model from Monks et al. 2016.
22-
version: 0.1.0
23-
date-released: '2025-07-11'
22+
version: 0.2.0
23+
date-released: '2025-08-12'

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Stroke capacity planning model: R DES RAP 0.2.0
2+
3+
Introduces `DistributionRegistry` with JSON-based parameters, replacing individual parameter functions and CSV. Also add test coverage, add file path check, and documentation and dependency management updates.
4+
5+
## New features
6+
7+
* Add `DistributionRegistry` and `inst/extdata/parameters.json` (and accompanying data dictionary). Amended the package, validation, tests and `rmarkdown` to work with the new syntax for sampling and changing values (as have removed the individual parameter functions - and also removed the CSV).
8+
* Add coverage (`covr`, `DT`, coverage command in README, and GitHub action).
9+
10+
## Bug fixes
11+
12+
* Add check for non-null file path when `log_to_file=TRUE` in model validation.
13+
14+
## Other changes
15+
16+
* Switched to "all" `renv` snapshot type.
17+
* Update `docs/stress_des.md`.
118

219
# Stroke capacity planning model: R DES RAP 0.1.0
320

0 commit comments

Comments
 (0)