Skip to content

Commit 2fe91ac

Browse files
committed
Update to the new development version
1 parent ede5919 commit 2fe91ac

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: survHE
22
Title: Survival Analysis in Health Economic Evaluation
3-
Version: 2.0.51
3+
Version: 2.0.52
44
Authors@R: c(
55
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]"),
66
person("Andrea","Berardi",role="ctb",email="[email protected]"),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 2.0.51 (development version)
1+
# 2.0.52 (development version)
2+
3+
# 2.0.51
24
## January 2026
35

46
* Aligns with changes in `dplyr` and adds `id` to the global functions.

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#' @return NULL
55
#' @noRd
66
.onAttach <- function(libname, pkgname) {
7-
packageStartupMessage("The survHE version loaded is: ", utils::packageVersion("survHE"), " (stable version)")
7+
packageStartupMessage("The survHE version loaded is: ", utils::packageVersion("survHE"), " (development version)")
88
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ survHE
77

88
## Survival analysis in health economic evaluation
99

10+
:rocket: This is the **development version** of the `R` package `survHE`
11+
(currently at version 2.0.52). A “stable” version (as of 15 January
12+
2026: 2.0.51) is packaged and available from
13+
[CRAN](https://cran.r-project.org/web/packages/survHE/index.html).
14+
1015
Contains a suite of functions to systematise the workflow involving
1116
survival analysis in health economic evaluation. survHE can fit a large
1217
range of survival models using both a frequentist approach (by calling

0 commit comments

Comments
 (0)