Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Sep 8, 2023
1 parent 45139af commit a23e0ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/utils_default_stats_formats_labels.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#' Current choices for `type` are `counts` and `numeric` for [analyze_vars()] and affect `get_stats()`.
#'
#' @note
#' These defaults are experimental because we use the names of functions to retrieve the default statistics. This
#' should be generalized in groups of methods according to more reasonable groupings.
#' These defaults are experimental because we use the names of functions to retrieve the default
#' statistics. This should be generalized in groups of methods according to more reasonable groupings.
#'
#' @name default_stats_formats_labels
NULL
Expand Down Expand Up @@ -350,9 +350,9 @@ summary_labels <- function(type = "numeric", include_pval = FALSE) {
get_labels_from_stats(get_stats(met_grp, add_pval = include_pval))
}

#' @describeIn default_stats_formats_labels `r lifecycle::badge("deprecated")` Function to configure settings for default or custom summary statistics for a given data
#' type. In addition to selecting a custom subset of statistics, the user can also set custom formats, labels, and
#' indent modifiers for any of these statistics.
#' @describeIn default_stats_formats_labels `r lifecycle::badge("deprecated")` Function to configure settings for default

Check warning on line 353 in R/utils_default_stats_formats_labels.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / SuperLinter 🦸‍♂️

file=/github/workspace/R/utils_default_stats_formats_labels.R,line=353,col=121,[line_length_linter] Lines should not be more than 120 characters.
#' or custom summary statistics for a given data type. In addition to selecting a custom subset of statistics,
#' the user can also set custom formats, labels, and indent modifiers for any of these statistics.
#'
#' @param stats_custom (`named vector` of `character`)\cr vector of statistics to include if not the defaults. This
#' argument overrides `include_pval` and other custom value arguments such that only settings for these statistics
Expand Down
10 changes: 5 additions & 5 deletions man/default_stats_formats_labels.Rd

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

0 comments on commit a23e0ac

Please sign in to comment.