Skip to content

Commit 49d888d

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 3c0c360 commit 49d888d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/utils-get_code_dependency.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ extract_occurrence <- function(pd) {
316316
#'
317317
#' Changes status of the function call from dependent to dependency if occurs in the lhs.
318318
#' Technically, it means it to move function names after the dependency operator.
319-
#' For cases when a function call is on the left side of the assignment operator,
320-
#' it is moved to the right side of the arrow.
321319
#' For example, for `attributes(a) <- b` the dependency graph should look like `c("a", "<-", "b", "attributes")`.
322320
#'
323321
#' @param ans `character` vector of object names in dependency graph.

0 commit comments

Comments
 (0)