From 2d0c261fe6d04515cfc056ff2190d868323ad0c5 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Fri, 19 Apr 2024 15:50:15 -0400 Subject: [PATCH] Fix lint --- R/survival_biomarkers_subgroups.R | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/R/survival_biomarkers_subgroups.R b/R/survival_biomarkers_subgroups.R index c7f5e4f36c..3a6eec6691 100644 --- a/R/survival_biomarkers_subgroups.R +++ b/R/survival_biomarkers_subgroups.R @@ -203,8 +203,10 @@ tabulate_survival_biomarkers <- function(df, if (lifecycle::is_present(label_all)) { lifecycle::deprecate_warn( "0.9.5", "tabulate_survival_biomarkers(label_all)", - details = - "Please assign the `label_all` parameter within the `extract_survival_biomarkers()` function when creating `df`." + details = paste( + "Please assign the `label_all` parameter within the", + "`extract_survival_biomarkers()` function when creating `df`." + ) ) }