Simple wrapper for remotes
functions that fail gracefully (well, don't
fail at all, just don't do what they're supposed to do) when there's no
internet connection).
quietRemotesInstall(
x,
func,
unloadNamespace = TRUE,
dependencies = FALSE,
upgrade = FALSE,
quiet = TRUE,
errorInvisible = TRUE,
...
)quietGitLabUpdate(
x,
unloadNamespace = TRUE,
dependencies = FALSE,
upgrade = FALSE,
quiet = TRUE,
errorInvisible = TRUE,
...
)
The result of the call to the remotes
function
The repository name (e.g. "r-packages/ufs
")
The remotes
function to use
Whether to first unload the relevant namespace
Whether to install dependencies or upgrade
Whether to suppress messages and warnings
Whether to suppress errors
Additional arguments are passed on to the remotes
function