vignettes/no-files-left-after-check.Rmd
no-files-left-after-check.RmdHave you faced a note on CRAN about non-standard things in the check directory ?
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
‘extrapackage’
Maybe you do not understand where these files came from. Then, you
can run audit_userspace() in your package directory to
detect every files that you created during the check. They could be
issued from examples, tests or vignettes: audit_userspace()
will tell you.
#' \dontrun{
# This runs a check of the current package
all_files <- audit_userspace()
all_files
#' }