Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPatch installGithub.r #46
Conversation
Update my fork
also, add "remotes" (which provides a lightweight install_github fn) to Suggests list
| @@ -39,4 +40,6 @@ if (opt$deps == "TRUE" || opt$deps == "FALSE") { | |||
| opt$deps <- NA | |||
| } | |||
|
|
|||
| invisible(sapply(opt$REPOS, function(r) install_github(r, dependencies = opt$deps))) | |||
| opt$update <- as.logical(opt$update) | |||
eddelbuettel
Nov 19, 2016
Owner
That looks to be key.
I presume you tested again default, set, not set, crazy text input, ... and it reduces correctly to just TRUE or FALSE?
That looks to be key.
I presume you tested again default, set, not set, crazy text input, ... and it reduces correctly to just TRUE or FALSE?
47387ef
into
eddelbuettel:master
as suggested in #45, adds option to disable the automated updates in installGithub.r