Skip to content

Commit d22e6ae

Browse files
remove reference to specific functions in help (#2534)
1 parent c2dd2a2 commit d22e6ae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

R/undesirable_function_linter.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#' Undesirable function linter
22
#'
3-
#' Report the use of undesirable functions (e.g. [base::return()], [base::options()], or
4-
#' [base::sapply()]) and suggest an alternative.
3+
#' Report the use of undesirable functions and suggest an alternative.
54
#'
65
#' @param fun Named character vector. `names(fun)` correspond to undesirable functions,
76
#' while the values give a description of why the function is undesirable.

man/undesirable_function_linter.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)