Skip to content

Commit 3f408c5

Browse files
m7prgogonzo
andauthored
Update R/utils-get_code_dependency.R
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent 5cf4a86 commit 3f408c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/utils-get_code_dependency.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ extract_occurrence <- function(pd) {
315315
#' Moves function names to the right side of dependency graph
316316
#'
317317
#' Move function names after the dependencya oprator (arrow) to the right side of the dependency graph.
318-
#' Convenience utility needed to correctly detect dependencies between objects.
319318
#' For cases when a function call is on the left side of the assignment operator,
320319
#' it is moved to the right side of the arrow.
321320
#' For example, for `attributes(a) <- b` the dependey graph should look like `c()"a", "<-", "b", "attributes")`.

0 commit comments

Comments
 (0)