check() with arguments and platforms, that
are suggested for a CRAN submission. In particular:
--as-cran argument to R CMD check.
check_for_cran(path = ".", email = NULL, check_args = "--as-cran", env_vars = c(`_R_CHECK_FORCE_SUGGESTS_` = "true"), ...)R CMD check.validate_email(). If
NULL, then the email address of the maintainer is used, as defined
in the DESCRIPTION file of the package.R CMD check. By default --as-cran
is used._R_CHECK_FORCE_SUGGESTS_=true is set, to require all packages used.