From 3d6700adbc11f613129604febcf4e6884968df0e Mon Sep 17 00:00:00 2001 From: Alboukadel Kassambara Date: Wed, 25 Jul 2018 20:27:23 +0200 Subject: [PATCH] News updated --- DESCRIPTION | 2 +- NEWS.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dae476e..3527c87 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: survminer Type: Package Title: Drawing Survival Curves using 'ggplot2' -Version: 0.4.2 +Version: 0.4.2.99 Date: 2018-01-31 Authors@R: c( person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "alboukadel.kassambara@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 782039a..cc57b49 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,27 @@ +# Survminer 0.4.2.999 + + +## New features + +- Now `ggsurvplot()` can be used to plot survreg model ([@HeidiSeibold, #276](https://github.com/kassambara/survminer/issues/276), [#325](https://github.com/kassambara/survminer/pull/325) ). + + + +## Minor changes + +- Now, `ggforest()` simply returns a ggplot instead of drawing automatically the plot ([@grvsinghal, #267](https://github.com/kassambara/survminer/issues/321)). + + +## Bug fixes + + +- Now, hiding strata names in risk table work when combining survfits ([@krassowski, #317](https://github.com/kassambara/survminer/issues/317)). +- Now, `axes.offset` argument is also applied to risk table ([@dmartinffm, #243](https://github.com/kassambara/survminer/issues/243)). +- It is now possible to add `ggsurvplot` to powerpoint document using ReporteRs even if there is no risk table ([@DrRZ, #314](https://github.com/kassambara/survminer/issues/314)). + + + + # Survminer 0.4.2