View source: R/package_functions.R
check_package | R Documentation |
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
)
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 |
The return value of
rcmdcheck::rcmdcheck
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.