# list of check flags modifications # don't check Suggests: dependencies to avoid cross-repos problems export _R_CHECK_FORCE_SUGGESTS_=false # suppress notes about UTF-8 characters in datasets export _R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_=true # allow unused imports export _R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_=true