Skip to content

Commit f8bb21c

Browse files
committed
chore(v1.0.0): upgrade citation.cff, news.md and description for release
1 parent 4d23f57 commit f8bb21c

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

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.3.0
28-
date-released: '2025-11-07'
27+
version: 1.0.0
28+
date-released: '2026-02-11'

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.3.0
4+
Version: 1.0.0
55
Authors@R: c(
66
person(
77
"Amy", "Heather",

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Stroke capacity planning model: R DES RAP 1.0.0
2+
3+
Stable release, with package-level documentation, switch from R6 to function for distribution registry, validation using `checkmate`, and new quality assurance documentation.
4+
5+
## New features
6+
7+
* Add `docs/quality_assurance.md`.
8+
* Add `checkmate` to project dependencies.
9+
10+
## Other changes
11+
12+
* Switched to package-level documentation (instead of individual `@importFrom` on each function).
13+
* Changed R6 class `DistributionRegistry` into a function `create_distribution_registry()`.
14+
* Refactored validation so it uses `checkmate`.
15+
116
# Stroke capacity planning model: R DES RAP 0.3.0
217

318
Introduces a code of conduct and new test, and includes improvements to documentation, contributor and parameter use.

0 commit comments

Comments
 (0)