Skip to content

Commit

Permalink
DESCRIPTION, NEWS and cran comments updated for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragla committed Jan 31, 2024
1 parent eef870b commit d26eb81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: eq5d
Type: Package
Title: Methods for Analysing 'EQ-5D' Data and Calculating 'EQ-5D' Index Scores
Version: 0.15.1.9000
Version: 0.15.2
Authors@R: c(
person("Fraser", "Morton", email = "fraser.morton@glasgow.ac.uk", role = c("aut", "cre")),
person(c("Jagtar", "Singh"), "Nijjar", role = "aut"))
Expand Down
4 changes: 2 additions & 2 deletions NEWS.Rmd
Expand Up @@ -7,11 +7,11 @@ output: github_document
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# eq5d (development version)
# eq5d 0.15.2 (2024-01-31)

- Japan EQ-5D-5L hybrid DCE value set added in addition to TTO.

- Bug calculating H.max for Shannon's indices fixed.
- Bug calculating Shannon H.max for 3L profiles when permutations = TRUE fixed.

- Helper functions now use camel case instead of snake case. getHealthStates renamed to get_all_health_states.

Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
@@ -1,11 +1,12 @@

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

# eq5d (development version)
# eq5d 0.15.2 (2024-01-31)

- Japan EQ-5D-5L hybrid DCE value set added in addition to TTO.

- Bug calculating H.max for Shannon’s indices fixed.
- Bug calculating Shannon H.max for 3L profiles when permutations = TRUE
fixed.

- Helper functions now use camel case instead of snake case.
getHealthStates renamed to get_all_health_states.
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Expand Up @@ -2,7 +2,7 @@

* local OS X install, R 4.2.2
* Ubuntu 20.04.3 (using GitHub Actions), R 4.3.2, R 4.2.3, devel
* Mac OS X 12.6.9 (using GitHub actions) R 4.3.2
* Mac OS X 12.7.2 (using GitHub actions) R 4.3.2
* Microsoft Windows Server 2022 (using GitHub Actions), R 4.3.2
* Windows Server 2012 R2 x64 (on appveyor-ci) R 4.3.2, R 4.2.3
* Windows release at win-builder.r-project.org
Expand Down

0 comments on commit d26eb81

Please sign in to comment.