Skip to content

Commit

Permalink
version and doc updated 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Sep 4, 2019
1 parent c1eae1c commit ea91fcf
Show file tree
Hide file tree
Showing 53 changed files with 169 additions and 150 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: survminer
Type: Package
Title: Drawing Survival Curves using 'ggplot2'
Version: 0.4.5.999
Date: 2019-08-03
Version: 0.4.6
Date: 2019-09-03
Authors@R: c(
person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "[email protected]"),
person("Marcin", "Kosinski", role = c("aut"), email = "m.p.kosinski@@gmail.com"),
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Survminer 0.4.5.999
# Survminer 0.4.6

## New features

- A new function `surv_adjustedcurves` is extracted from `ggadjustedcurves`. This function calculates adjusted survival curves but do not plot them. Its results may be useful for calculation of median survival or some other statistics. ([@pbiecek, #423](https://github.com/kassambara/survminer/pull/423)).


## Minor changes

Expand Down
3 changes: 2 additions & 1 deletion R/ggcompetingrisks.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' @author Przemyslaw Biecek, \email{przemyslaw.biecek@@gmail.com}
#'
#' @examples
#' \dontrun{
#' if(require("cmprsk")){
#'
#' set.seed(2)
Expand All @@ -39,7 +40,7 @@
#' fit3 <- survfit(Surv(time, status, type="mstate") ~ group, data=df)
#' ggcompetingrisks(fit3)
#' }
#' \dontrun{
#'
#' library(ggsci)
#' library(cowplot)
#' ggcompetingrisks(fit3) + theme_cowplot() + scale_fill_jco()
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
[![Build Status](https://api.travis-ci.org/kassambara/survminer.png)](https://travis-ci.org/kassambara/survminer)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/survminer)](https://cran.r-project.org/package=survminer)
[![Downloads](https://cranlogs.r-pkg.org/badges/survminer)](https://cran.r-project.org/package=survminer)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/survminer?color=orange)](https://cranlogs.r-pkg.org/badges/grand-total/survminer)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/survminer?color=orange)](https://cran.r-project.org/package=survminer)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://api.travis-ci.org/kassambara/survminer.png)](https://travis-ci.org/kassambara/survminer) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/survminer)](https://cran.r-project.org/package=survminer) [![Downloads](https://cranlogs.r-pkg.org/badges/survminer)](https://cran.r-project.org/package=survminer) [![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/survminer?color=orange)](https://cranlogs.r-pkg.org/badges/grand-total/survminer)
[![Build Status](https://api.travis-ci.org/kassambara/survminer.png)](https://travis-ci.org/kassambara/survminer) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/survminer)](https://cran.r-project.org/package=survminer) [![Downloads](https://cranlogs.r-pkg.org/badges/survminer)](https://cran.r-project.org/package=survminer) [![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/survminer?color=orange)](https://cran.r-project.org/package=survminer)

<br/>

Expand Down Expand Up @@ -58,7 +58,7 @@ The main functions, in the package, are organized in different categories as fol

- **ggforest**(): Draws forest plot for CoxPH model.

- **ggadjustedcurves**(): Plots adjusted survival curves for coxph model.
- **ggcoxadjustedcurves**(): Plots adjusted survival curves for coxph model.

<br/>

Expand Down
6 changes: 1 addition & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ All packages that I could install passed.

## Update

This is an update version 0.4.5

## Resubmission

Invalid URL removed
This is an update version 0.4.6
2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Informative_Survival_Plots.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/Playing_with_fonts_and_texts.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea91fcf

Please sign in to comment.