Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Aug 19, 2024
1 parent fea7a6f commit 28249cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deparse.R
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ call_deparse_highlight <- function(call, arg) {
args_list <- format_arg_unquoted(args_list)
} else {
args_list <- call
args_list[[1]] <- quote(FALSE)
args_list[[1]] <- quote(F)
args_list <- as_label(args_list)
args_list <- substring(args_list, 3, nchar(args_list) - 1)
}
Expand Down

0 comments on commit 28249cc

Please sign in to comment.