View source: R/utils_for_install.R
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.
1 | remove_conflict_repos(repos, lib, quiet, ask)
|
repos |
charactor vector of full GitHub repository names. |
lib |
character vector or NULL. |
quiet |
logical. |
ask |
logical. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.