remove_conflict_repos {githubinstall} | R Documentation |
We want to detect the two conflict cases as fllows: 1. The package is already installed from some repository like CRAN that is not GitHub. 2. The package is already installed from GtiHub but the username differs. In the above cases, we ask whether to overwrite it and remove from "repo" if the answer is no.
Description
If "quiet" is TRUE, we overwrite all packages forcibly and silently. Else if "quiet" is FALSE and "ask" is TRUE, we ask whether to overwrite it. (Default) Else if "quiet" is FALSE and "ask" is FALSE, we message to overwrite it and do it.
Usage
remove_conflict_repos(repos, lib, quiet, ask)
Arguments
repos |
charactor vector of full GitHub repository names. |
lib |
character vector or NULL. |
quiet |
logical. |
ask |
logical. |
[Package githubinstall version 0.2.2 Index]