Skip to content

Commit

Permalink
update -> upgrade, fixes installGithub.r bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Apr 5, 2017
1 parent 2b8e378 commit 4a5a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/examples/installGithub.r
Expand Up @@ -42,4 +42,4 @@ if (opt$deps == "TRUE" || opt$deps == "FALSE") {

opt$update <- as.logical(opt$update)

invisible(sapply(opt$REPOS, function(r) install_github(r, dependencies = opt$deps, update = opt$update)))
invisible(sapply(opt$REPOS, function(r) install_github(r, dependencies = opt$deps, upgrade = opt$update)))

0 comments on commit 4a5a401

Please sign in to comment.