R CMD check on a Package DirectoryRun R CMD check on a Package Directory
check_package(package_directory, working_directory, check_as_cran = TRUE,
stop_on_check_not_passing = TRUE, debug = TRUE)The directory containing the package's source.
A working directory. Keep the default.
Use the --as-cran flag with
R CMD check?
Stop if R CMD check does not pass?
For internal use only: Summarize errors for travis?
The return value of R CMD check ran through
callr::rcmd_safe().