Skip to content

Commit 3a13c49

Browse files
m7praverissimo
andauthored
Update R/utils-get_code_dependency.R
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent dc8ee82 commit 3a13c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils-get_code_dependency.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extract_calls <- function(pd) {
106106
calls <- Filter(function(call) !(nrow(call) == 1 && call$token == "';'"), calls)
107107
calls <- Filter(Negate(is.null), calls)
108108
calls <- fix_shifted_comments(calls)
109-
calls <- remove_custom_assign(calls)
109+
calls <- remove_custom_assign(calls, c(":="))
110110
fix_arrows(calls)
111111
}
112112

0 commit comments

Comments
 (0)