[Experimental]

check_clean_userspace(pkg = ".", check_output = tempfile("dircheck"))

Arguments

pkg

Path to package to check

check_output

Path to directory where to store check results

Value

data.frame of files that are left after checks

Examples

if (FALSE) {
# This runs a check of the current package
all_files <- check_clean_userspace()
all_files
}