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 5a7c51e commit 2f1908cCopy full SHA for 2f1908c
R/fetchers.R
@@ -33,13 +33,6 @@ fetchgit <- function(git_pkg) {
33
34
output <- main_package_expression
35
} else { # if there are remote dependencies, start over
36
- # don't include remote dependencies twice
37
- # this can happen if a remote dependency of a remote dependency
38
- # is already present as a remote dependency
39
- remotes_remotes <- unique(unlist(lapply(remotes, get_remote)))
40
- remotes <- remotes[!sapply(remotes, function(pkg) {
41
- pkg$package_name %in% remotes_remotes
42
- })]
43
44
remote_packages_expressions <- fetchgits(remotes)
45
0 commit comments