From e6261bfffd3620b91d3b0cc6879b55a6582545ce Mon Sep 17 00:00:00 2001 From: Alboukadel Kassambara Date: Wed, 7 Jun 2017 21:20:43 +0200 Subject: [PATCH] pkgdown updated --- NEWS.md | 2 ++ _pkgdown.yml | 1 - docs/news/index.html | 1 + docs/reference/ggsurvplot_list.html | 4 +++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3fc8d37..da1ea8c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -94,6 +94,8 @@ ggsurv$plot + facet_grid(rx ~ adhere) - New argument `fun` added in `ggcoxadjustedcurves()` ([@meganli, #202](https://github.com/kassambara/survminer/issues/202)). +- The function `theme_classic2()` removed. + ## Bug fixes - Columns/Rows are now correctly labeled in `pairwise_survdiff`() display ([@mriffle, #212](https://github.com/kassambara/survminer/issues/212)). diff --git a/_pkgdown.yml b/_pkgdown.yml index f5c49f7..955a661 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -47,7 +47,6 @@ reference: contents: - ggsurvtheme - theme_survminer - - theme_classic2 - add_ggsurvplot diff --git a/docs/news/index.html b/docs/news/index.html index d28c0ae..ddf0ae2 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -169,6 +169,7 @@

  • Now, the argument palette in ggsurvplot() ccan be also a numeric vector of length(strata); in this case a basic color palette is created using the function grDevices::palette().

  • The %+% function in survminer has been replaced by %++% to avoid breaking the ggplot2::%+% function behavior when using survminer (#199 and #200).

  • New argument fun added in ggcoxadjustedcurves() (@meganli, #202).

  • +
  • The function theme_classic2() removed.

  • diff --git a/docs/reference/ggsurvplot_list.html b/docs/reference/ggsurvplot_list.html index 30c75e0..ce4e271 100644 --- a/docs/reference/ggsurvplot_list.html +++ b/docs/reference/ggsurvplot_list.html @@ -138,7 +138,9 @@

    Examp #::::::::::::::::::::::::::::::::::::::::::::::::::::::: legend.title <- list("sex", "rx") ggsurvplot_list(fits, colon, legend.title = legend.title)

    #> $sex
    #> -#> $rx
    #> Error in grid.Call.graphics(L_setviewport, vp, TRUE): position et / ou taille de vue non finies
    +#> $rx
    #> +#> attr(,"class") +#> [1] "list" "ggsurvplot_list"