Skip to content

Commit

Permalink
News updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Jul 25, 2018
1 parent 0f15843 commit 3d6700a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
Expand Down
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 3d6700a

Please sign in to comment.