Skip to content

Commit

Permalink
Styler doesn't mind but lintr does
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Oct 8, 2022
1 parent 9bf2d12 commit ae5aced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/R/dplyr-across.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ across_glue_mask <- function(.col, .fn, .caller_env) {
env(.caller_env, .col = .col, .fn = .fn, col = .col, fn = .fn)
}

# Substitutes instances of `.` and `.x` with the variable in question
# Substitutes instances of "." and ".x" with `var`
as_across_fn_call <- function(fn, var, quo_env) {
if (is_formula(fn, lhs = FALSE)) {
expr <- f_rhs(fn)
Expand Down

0 comments on commit ae5aced

Please sign in to comment.