Skip to content

Commit

Permalink
chore: correct lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 27, 2024
1 parent ce39fb7 commit 1e4e52e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
#'
#' It can take the following forms:
#' - `numeric(1)`: Fixed value used for the minimum distance and the slider is not presented in the UI.
#' - `numeric(3)`: A slider is presented in the UI (under "Plot settings") to adjust the minimum distance dynamically. `label_segment_threshold` is passed to the `value_min_max` argument in `teal.widgets::optionalSliderInputValMinMax`.
#' - `numeric(3)`: A slider is presented in the UI (under "Plot settings") to adjust the minimum distance dynamically.
#'
#' It takes the form of `c(value, min, max)`.
#' It takes the form of `c(value, min, max)` and it is passed to the `value_min_max`
#' argument in `teal.widgets::optionalSliderInputValMinMax`.
#'
#' @templateVar ggnames `r regression_names`
#' @template ggplot2_args_multi
Expand Down
5 changes: 3 additions & 2 deletions man/tm_a_regression.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e4e52e

Please sign in to comment.