# 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

# needed for R < 4.4.0 to not fail some Rmd vignette builds
export _R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_=true

# include full output in case of a failure
export _R_CHECK_TESTS_NLINES_=0
export _R_CHECK_VIGNETTES_NLINES_=0