Skip to content

Commit

Permalink
don't redownload updated packages' dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jan 26, 2015
1 parent efa8064 commit bc00f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/updatePackages.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ updatePackages <- function (path=NULL, repos=getOption("repos"),
oldPkgs
}
if (length(update[,"Package"])) {
addPackage(update[,"Package"], path=path, repos=repos, type=type, quiet=quiet)
addPackage(update[,"Package"], path=path, repos=repos, type=type, quiet=quiet, deps=FALSE)
}
}

0 comments on commit bc00f7b

Please sign in to comment.