cachePurge {Require} | R Documentation |
Purge everything in the Require cache
Description
Require uses caches for local Package saving, local caches of available.packages
,
local caches of GitHub (e.g., "DESCRIPTION"
) files, and some function calls
that are cached. This function clears all of them.
Usage
cachePurge(packages = FALSE, repos = getOption("repos"))
purgeCache(packages = FALSE, repos = getOption("repos"))
Arguments
packages |
Either a character vector of packages to install via
|
repos |
The remote repository (e.g., a CRAN mirror), passed to either
|
Value
Run for its side effect, namely, all cached objects are removed.