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.
remove_conflict_repos(repos, lib, quiet, ask)
charactor vector of full GitHub repository names.
character vector or NULL.
logical.
logical.