Skip to content

Commit ede5919

Browse files
authored
Merge pull request #63 from giabaio/cran-submission
Cran submission
2 parents ba87b79 + 021df9f commit ede5919

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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"), " (development version)")
7+
packageStartupMessage("The survHE version loaded is: ", utils::packageVersion("survHE"), " (stable version)")
88
}

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ 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.51). A “stable” version (as of 11 July 2025:
12-
2.0.5) is packaged and available from
13-
[CRAN](https://cran.r-project.org/web/packages/survHE/index.html).
14-
1510
Contains a suite of functions to systematise the workflow involving
1611
survival analysis in health economic evaluation. survHE can fit a large
1712
range of survival models using both a frequentist approach (by calling

0 commit comments

Comments
 (0)