clear_cache.RdUse this function to clear the package cache of some
or all repositories (depending on pattern) if
the git operations fail.
clear_cache(pattern = "*")files to remove, see unlink (wildcards * and ? allowed)
if (FALSE) {
clear_cache()
clear_cache("*elecinfra*")
}