|
| 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 | + |
1 | 18 | # Stroke capacity planning model: R DES RAP 0.2.0 |
2 | 19 |
|
3 | 20 | 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 |
26 | 43 | * Reproduction of paper results (`rmarkdown/analysis.Rmd`). |
27 | 44 | * Other RMarkdown files to generate results for tests, demonstrate logging, and how parameters can be loaded from a csv (`rmarkdown/`). |
28 | 45 | * 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