pkg (version 0.1.1.9000)

pkg_cleanup: Clean up pkg caches and/or the pkg library

Description

Clean up pkg caches and/or the pkg library

Usage

pkg_cleanup(package_cache = TRUE, metadata_cache = TRUE,
  pkg_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.

pkg_lib

Whethe to clean up the pkg package library.

force

Do not ask for confirmation. Note that to use this function in non-interactive mode, you have to specify force = FALSE.