Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Apr 19, 2024
1 parent f05bf5f commit 2d0c261
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/survival_biomarkers_subgroups.R
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
)
)
}

Expand Down

0 comments on commit 2d0c261

Please sign in to comment.