Run R CMD check on a package using devtools::check(). This performs
comprehensive checks on the package structure, code, and documentation.
Value
The output from devtools::check().
Details
The check runs with remote = TRUE, cran = TRUE, manual = FALSE, and
error_on = "never" to provide comprehensive feedback without failing.
See also
Other pkg tools:
btw_tool_pkg_coverage(),
btw_tool_pkg_document(),
btw_tool_pkg_test()
