Skip to content

Commit

Permalink
remove reference to specific functions in help (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Mar 26, 2024
1 parent c2dd2a2 commit d22e6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/undesirable_function_linter.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' Undesirable function linter
#'
#' Report the use of undesirable functions (e.g. [base::return()], [base::options()], or
#' [base::sapply()]) and suggest an alternative.
#' Report the use of undesirable functions and suggest an alternative.
#'
#' @param fun Named character vector. `names(fun)` correspond to undesirable functions,
#' while the values give a description of why the function is undesirable.
Expand Down
3 changes: 1 addition & 2 deletions man/undesirable_function_linter.Rd

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

0 comments on commit d22e6ae

Please sign in to comment.