We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8ee82 commit 3a13c49Copy full SHA for 3a13c49
R/utils-get_code_dependency.R
@@ -106,7 +106,7 @@ extract_calls <- function(pd) {
106
calls <- Filter(function(call) !(nrow(call) == 1 && call$token == "';'"), calls)
107
calls <- Filter(Negate(is.null), calls)
108
calls <- fix_shifted_comments(calls)
109
- calls <- remove_custom_assign(calls)
+ calls <- remove_custom_assign(calls, c(":="))
110
fix_arrows(calls)
111
}
112
0 commit comments