erase_file_cache {pkgfilecache} | R Documentation |
Delete the full package cache directory for the given package.
erase_file_cache(pkg_info)
pkg_info |
named list. Package identifier, see get_pkg_info() on how to get one. |
integer. The return value of the unlink() call: 0 for success, 1 for failure. See the unlink() documentation for details.