Skip to content

Commit

Permalink
fix: linter error with long line
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 28, 2024
1 parent 39437e7 commit 2478c93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/tm_missing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
#' ignored.
# nolint start: line_length.
#' @param ggtheme (`character`) optional, specifies the default `ggplot2` theme for plots. Defaults to `classic`.
# nolint end: line_length.
#'
#' @param ggplot2_args `r roxygen_ggplot2_args_param("Summary Obs", "Summary Patients", "Combinations Main", "Combinations Hist", "By Subject")`
# nolint end: line_length.
#' @param decorators `r roxygen_decorators_param("tm_missing_data")`
#'
#' @inherit shared_params return
Expand Down

0 comments on commit 2478c93

Please sign in to comment.