crancache_remove: Remove some packages from the cache

View source: R/cache-api.R

crancache_removeR Documentation

Remove some packages from the cache

Description

The function ignores errors, so if it fails to remove a package, it just continues with the rest of the packages.

Usage

crancache_remove(pkgs)

Arguments

pkgs

A character vector of regular expressions, that are matched to file names in all package directories. The matching files are removed from the cache.

See Also

Other cache management functions: crancache_clean, crancache_list


r-hub/crancache documentation built on July 30, 2023, 8 p.m.