pak_cleanup: Clean up pak caches

View source: R/pak-cleanup.R

pak_cleanupR 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 force = TRUE.

See Also

Other pak housekeeping: pak_sitrep()


r-lib/pak documentation built on April 21, 2024, 10:38 a.m.