check_all.Rd
This function will run all checks within the package. See the corresponding check functions for details.
check_all( pkg = TRUE, lintr = TRUE, namespace = TRUE, r_filenames = TRUE, version = TRUE, gitignore = TRUE, tidy_description = TRUE, readme = TRUE, file_permissions = TRUE, line_breaks = TRUE, tag = TRUE, news = TRUE, rproj = TRUE )
pkg | Build and check package. See details for further information. |
---|---|
lintr, namespace, r_filenames, version, gitignore, readme, tidy_description | Checks |
file_permissions, line_breaks | Windows related checks. |
tag | Create a tagged release. |
news | Check the top line of NEWS.md |
rproj | Runs check_rproj |
The arguments for the function correspond to a particular check, e.g. check_ARGNAME(). Note: As this package matures, this function will include the newer checks.