pak_cleanup {pak} | R Documentation |
Clean up pak caches and/or the pak library
pak_cleanup(package_cache = TRUE, metadata_cache = TRUE, pak_lib = TRUE, force = FALSE)
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 |
Whether to clean up the pak package library. |
force |
Do not ask for confirmation. Note that to use this function
in non-interactive mode, you have to specify |
Other pak housekeeping: pak_private_library
,
pak_setup
, pak_sitrep