pak_cleanup {pak} | R Documentation |
Clean up pak caches
Description
Clean up pak caches
Usage
pak_cleanup(
package_cache = TRUE,
metadata_cache = TRUE,
pak_lib = TRUE,
force = FALSE
)
Arguments
package_cache |
Whether to clean up the cache of package files. |
metadata_cache |
Whether to clean up the cache of package meta data. |
pak_lib |
This argument is now deprecated and does nothing. |
force |
Do not ask for confirmation. Note that to use this function
in non-interactive mode, you have to specify |
See Also
Other pak housekeeping:
pak_sitrep()
[Package pak version 0.7.2 Index]