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)

Arguments

repos
charactor vector of full GitHub repository names.
lib
character vector or NULL.
quiet
logical.
ask
logical.