R CMD check on a Package DirectoryThis is a wrapper to rcmdcheck::rcmdcheck,
signaling notes, warnings and errors.
check_package(
  package_directory,
  working_directory,
  check_as_cran = TRUE,
  stop_on_check_not_passing = FALSE,
  debug = TRUE
)The return value of
rcmdcheck::rcmdcheck.
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?