Skip to content

Commit

Permalink
passed reorder through
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jun 20, 2017
1 parent 2ed086f commit 8ce3d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/install_remotes_no_dep.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install_remotes_no_dep = function(
}
}
if (reorder) {
message("Reordering Remotes")
reorder_remotes(path = path)
}
remotes = subset_remote(path = path, package = package)
Expand All @@ -38,7 +39,7 @@ install_remotes_no_dep = function(
return(NULL)
}
if (drop) {
drop_remotes(path = path, drop_remotes = remotes)
drop_remotes(path = path, drop_remotes = remotes, reorder = reorder)
}
remotes = remotes[ !(remotes %in% "") ]
res = sapply(remotes, devtools::install_github,
Expand Down

0 comments on commit 8ce3d53

Please sign in to comment.