check_package {document} | R Documentation |
Run R CMD check
on a Package Directory
Description
This is a wrapper to rcmdcheck::rcmdcheck
,
signaling notes, warnings and errors.
Usage
check_package(
package_directory,
working_directory,
check_as_cran = TRUE,
stop_on_check_not_passing = FALSE,
debug = TRUE
)
Arguments
package_directory |
The directory containing the package's source. |
working_directory |
A working directory. Keep the default. |
check_as_cran |
Use the |
stop_on_check_not_passing |
Stop if |
debug |
For internal use only: Summarize errors for |
Value
The return value of
rcmdcheck::rcmdcheck
.
[Package document version 4.0.1 Index]