|
1 | | -# Simple M/M/s queuing model: R DES RAP (unreleased) |
| 1 | +# Simple M/M/s queuing model: R DES RAP v0.5.0 |
2 | 2 |
|
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). |
4 | 33 |
|
5 | 34 | # R DES RAP Template 0.4.0 |
6 | 35 |
|
|
0 commit comments