Skip to content

Commit 69e70e7

Browse files
committed
update 0.2.4
1 parent 85e0c83 commit 69e70e7

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: survminer
22
Type: Package
33
Title: Drawing Survival Curves using 'ggplot2'
4-
Version: 0.2.3.999
5-
Date: 2016-12-06
4+
Version: 0.2.4
5+
Date: 2016-12-10
66
Authors@R: c(
77
person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "[email protected]"),
88
person("Marcin", "Kosinski", role = c("aut"), email = "m.p.kosinski@@gmail.com")

NEWS.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
# survminer 0.2.3.999
2-
3-
4-
## New features
5-
6-
7-
## Minor changes
8-
1+
# survminer 0.2.4
92
103
## Bug fixes
114
@@ -14,7 +7,8 @@
147
- To extract variable names used in `survival::survfit()`, the R code `strsplit(strata, "=|,\\s+", perl=TRUE)` was used in the `surv_summary()` function [survminer v0.2.3]. The splitting was done at any "=" symbol in the string, causing an error when special characters (=, <=, >=) are used for the levels of a categorical variable ([#91](https://github.com/kassambara/survminer/issues/91)). This has been now fixed.
158

169
- Now, `ggsurvplot()` draws correctly the risk.table ([#93](https://github.com/kassambara/survminer/issues/93)).
17-
10+
11+
1812
# survminer 0.2.3
1913

2014

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Could you, please, make sure that RTCGA.clinical is installed on winbulder.
2020
There are currently no downstream dependencies for this package
2121

2222
## Update
23-
This is an update version 0.2.3 (see NEWS.md)
23+
This is an update version 0.2.4 (see NEWS.md). After v0.2.3 released on CRAN, users detected substantial bugs in the main function of the survminer package (ggsurvplot()). Would you be so kind to release version 0.2.4?

0 commit comments

Comments
 (0)