From 7d6992f581071051cdeee3b5fd3fbe06cd9fa239 Mon Sep 17 00:00:00 2001 From: Dr Nathan Green Date: Fri, 16 Feb 2024 08:59:42 +0000 Subject: [PATCH] update NEWS --- NEWS.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 438f6a62..1f7c537d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ _February 2024_ Patch fixing small bugs from last CRAN release. +* Moved `{voi}` package to Suggests in DESCRIPTION and added `requireNamespace()` in `evppi()` to avoid error when not installed (e.g. on CRAN) (f3e3e3e) * Converted help documentation in `man-roxygen` folder to md (cf858b1) * bugfix: line width in CEAC plot. `{ggplot2}` changed in version 3 to `linewidth` from `size` argument and had only changed some of the code. Updated to `scale_linewidth_manual()`. (60bea9c) * Using `testdata` folder `{testthat}` unit tests. (cbce0fa) diff --git a/README.md b/README.md index 4d6892d7..ef78becc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > Perform Bayesian Cost-Effectiveness Analysis in R. -:rocket: **Version 2.4.5 in development now!** [Check out the release notes here](https://github.com/n8thangreen/BCEA/releases). +:rocket: **Version 2.4.6 in development now!** [Check out the release notes here](https://github.com/n8thangreen/BCEA/releases). ## Contents