cleanup_stale_locks.Rd
Removes lock files that are older than the specified age to prevent stale locks from blocking package installation operations.
cleanup_stale_locks(cache_dir = NULL, max_age = 300L)
(character) Cache directory path. If NULL, searches common pak cache locations
(integer) Maximum age of lock files in seconds (default: 300L)
Invisible NULL