Skip to content

Commit 48dd1f0

Browse files
committed
chore(release): update for 0.5.0 DESCRIPTION CITATION.cff NEWS.md
1 parent 9a08bcf commit 48dd1f0

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
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 a simple M/M/s queueing model.
27-
version: 0.4.0
28-
date-released: '2025-06-04'
27+
version: 0.5.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.4.0
4+
Version: 0.5.0
55
Authors@R: c(
66
person(
77
"Amy", "Heather",

NEWS.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
1-
# Simple M/M/s queuing model: R DES RAP (unreleased)
1+
# Simple M/M/s queuing model: R DES RAP v0.5.0
22

3-
TBC.
3+
This update adds new performance measures and tests, improves the GitHub actions, implements some fixes and documentation improvements, among other changes.
4+
5+
## New features
6+
7+
* Add choice of operating system when manually trigger R-CMD-check GitHub action.
8+
* Add check in model validation for non-null file path when `log_to_file = TRUE`.
9+
* Calculate test coverage.
10+
* Environment - add `covr` and `queueing` and `DT` and switched to "all" snapshot type.
11+
* Add `seed_offset` and ran sensitivity analysis on seed in `choosing_replications.Rmd`.
12+
* Add test comparing against analytical queueing theory model from `queueing` package.
13+
* Add mean time in system to performance measures.
14+
* Add `CODE_OF_CONDUCT.md`.
15+
16+
## Bug fixes
17+
18+
* Skip parallel processing test on Mac GitHub action.
19+
* Fix deviation calculation so it doesn't get stuck for NA/0.
20+
* Corrected choice of warm-up to run model for longer.
21+
* Fixed/expanded back tests.
22+
23+
## Other changes
24+
25+
* Replaced `rap_template_r_des` with `rdesrap_mms`.
26+
* Changed all magrittr's `%>%` to be base R's `>|` (as per tidyverse style guide).
27+
* Improved `README.md` and `CONTRIBUTING.md`.
28+
* Simplify package loading.
29+
* Reorganised tests.
30+
* Update parameters to match python version of model.
31+
* Adjusted `analysis.Rmd` bin widths to be more consistent with python version of analysis.
32+
* Other minor corrections and amendments (e.g., linting, docstrings, tests).
433

534
# R DES RAP Template 0.4.0
635

0 commit comments

Comments
 (0)