Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Nov 25, 2024
1 parent 6056873 commit f43ca50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions posts/epiparameter_v0.3.0/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ categories: [new-release]
We are very excited to announce the release of a new epiparameter version v0.3.0.
Here is an automatically generated summary of the changes in this version.

The third minor release of the {epiparameter} R package contains a range of updates and improvements to the package. The principal aim of this release is to simplify, clarify and enhance the classes and class methods when working with epidemiological parameters in R.
The third minor release of the {epiparameter} R package contains a range of updates and improvements to the package. The principal aim of this release is to simplify, clarify and enhance the classes and class methods when working with epidemiological parameters in R.

The are a large number of ***breaking changes*** in this release, primarily functions and function arguments being renamed or restructured, see the _Breaking changes_ section for an overview.
The are a large number of ***breaking changes*** in this release, primarily functions and function arguments being renamed or restructured, see the *Breaking changes* section for an overview.

## New features

Expand All @@ -37,7 +37,7 @@ The are a large number of ***breaking changes*** in this release, primarily func
* The `<vb_epidist>` class and it's methods have been removed from the package. It was not being used and was increasing the complexity and maintenance load of the package (#359).
* `create_prob_dist()` has been renamed to `create_prob_distribution()` (#381).
* `validate_epiparameter()` (previously `validate_epidist()`) has been renamed `assert_epiparameter()`, and `test_epiparameter()` has been added, with the aim to harmonise design with [{contactmatrix}](https://github.com/socialcontactdata/contactmatrix) and the messages and errors have been improved (#366 & #402).
* The minimum version of R required by the package is now 4.1.0 due to the use of the base R pipe (`|>`) in dependencies, and the R-CMD-check workflow on GitHub actions now explicitly runs on the minimum version of R stated in the `DESCRIPTION` (#384 & #405).
* The minimum version of R required by the package is now 4.1.0 due to the use of the base R pipe (`|>`) in dependencies, and the R-CMD-check workflow on GitHub actions now explicitly runs on the minimum version of R stated in the `DESCRIPTION` (#384 & #405).

## Bug fixes

Expand All @@ -47,7 +47,6 @@ The are a large number of ***breaking changes*** in this release, primarily func

* `epidist_db()` has been deprecated. It is replaced by `epiparameter_db()` (#360 & #399).


## Acknowledgements

```{r ctbs, results='asis', echo=FALSE, message = FALSE}
Expand Down

0 comments on commit f43ca50

Please sign in to comment.