-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Unlike suggested in the lifecycle message, {ggpubr} might not be the culprit.
suppressPackageStartupMessages({
library(survival)
library(survminer)
})
ggsurvplot(
fit = survfit(Surv(time = time, event = status) ~ x, data = aml),
surv.median.line = "hv"
)
#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` instead.
#> ℹ The deprecated feature was likely used in the ggpubr package.
#> Please report the issue at <https://github.com/kassambara/ggpubr/issues>.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.Created on 2025-11-21 with reprex v2.1.1
Metadata
Metadata
Assignees
Labels
No labels
