Skip to content

Commit 1ace19e

Browse files
committed
chore(release): update for 0.3.0 DESCRIPTION CITATION.cff NEWS.md
1 parent a18aa36 commit 1ace19e

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ repository-code: >-
2424
abstract: >-
2525
Reproducible analytical pipeline (RAP) for R discrete-event simulation (DES)
2626
implementing the Stroke Capacity Planning Model from Monks et al. 2016.
27-
version: 0.2.0
28-
date-released: '2025-08-12'
27+
version: 0.3.0
28+
date-released: '2025-11-07'

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: simulation
22
Type: Package
33
Title: Simulation
4-
Version: 0.2.0
4+
Version: 0.3.0
55
Authors@R: c(
66
person(
77
"Amy", "Heather",

NEWS.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Stroke capacity planning model: R DES RAP 0.3.0
2+
3+
Introduces a code of conduct and new test, and includes improvements to documentation, contributor and parameter use.
4+
5+
## New features
6+
7+
* Add `CODE_OF_CONDUCT.md`.
8+
* Add test for model with no arrivals.
9+
10+
## Other changes
11+
12+
* Greatly improved/expanded `CONTRIBUTING.md`.
13+
* Add Tom to `CITATION.cff` and `DESCRIPTION`.
14+
* Corrections to docstrings (e.g., add missing `@importFrom`).
15+
* `verbose` is local parameter in `model` rather than part of `param` list.
16+
* Improvements to `README.md`.
17+
118
# Stroke capacity planning model: R DES RAP 0.2.0
219

320
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.
@@ -26,4 +43,4 @@ Introduces `DistributionRegistry` with JSON-based parameters, replacing individu
2643
* Reproduction of paper results (`rmarkdown/analysis.Rmd`).
2744
* Other RMarkdown files to generate results for tests, demonstrate logging, and how parameters can be loaded from a csv (`rmarkdown/`).
2845
* Back, functional and unit tests (`tests/`).
29-
* Other features include continuous integration (tests and linting), checklists, R environment, and other metadata.
46+
* Other features include continuous integration (tests and linting), checklists, R environment, and other metadata.

0 commit comments

Comments
 (0)