Skip to content

Commit

Permalink
Merge pull request #49 from cboettig/patch-2
Browse files Browse the repository at this point in the history
update -> upgrade, fixes installGithub.r bug
  • Loading branch information
eddelbuettel committed Apr 5, 2017
2 parents 2b8e378 + 4a5a401 commit c881c7e
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 c881c7e

Please sign in to comment.