Skip to content

Commit 951c313

Browse files
committed
chore(release): update NEWS.md and citation.cff for v0.1.0 release
1 parent bd789e0 commit 951c313

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ abstract: >-
2020
Reproducible analytical pipeline (RAP) for R discrete-event simulation (DES)
2121
implementing the Stroke Capacity Planning Model from Monks et al. 2016.
2222
version: 0.1.0
23-
date-released: '2025-06-30'
23+
date-released: '2025-07-11'

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
# Stroke capacity planning model: R DES RAP 0.1.0
33

44
🌱 First release of the R stroke model.
5+
6+
## New features
7+
8+
* Implementation of the stroke model in R as a package (`R/`).
9+
* Reproduction of paper results (`rmarkdown/analysis.Rmd`).
10+
* Other RMarkdown files to generate results for tests, demonstrate logging, and how parameters can be loaded from a csv (`rmarkdown/`).
11+
* Back, functional and unit tests (`tests/`).
12+
* Other features include continuous integration (tests and linting), checklists, R environment, and other metadata.

0 commit comments

Comments
 (0)