release_checks: Custom devtools release checks.
Description
This function performs additional checks prior to release. It is called
automatically by release()
.
Usage
release_checks(pkg = ".", built_path = NULL)
Arguments
pkg
The package to use, can be a file path to the package or a
package object. See as.package()
for more information.