R/test-helpers.R
is_r_cmd_check.Rd
Check if R CMD CHECK is currently running
is_r_cmd_check()
A boolean: TRUE if the system environment variable 'R_CHECK_PACKAGE_NAME' is non-empty (which should indicate that 'R CMD CHECK' is currently running), otherwise FALSE.
if (FALSE) { # \dontrun{ is_r_cmd_check() } # }