Deprecated: use audit_ascii() instead

find_nonascii_files(
  path = ".",
  scope = c("R", "tests", "vignettes", "man", "DESCRIPTION", "NAMESPACE"),
  ignore_ext = c("png", "jpg", "jpeg", "gif", "rds", "rda", "rdata", "pdf", "ico", "svg"),
  size_limit = 5e+05
)

Arguments

path

Path to the package to scan.

scope

Subdirectories / files to scan, relative to path.

ignore_ext

Extensions to skip (binary assets, snapshots).

size_limit

Skip files larger than this many bytes.

Value

See audit_ascii().