Add check_all alias?
Closed this issue · 1 comments
sebble commented
Does an equivalent exist?
check_all = function() {
check_via_env(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 = FALSE)
}
sebble commented
Yes it does: check_via_env(default = TRUE)
(tagging fails gracefully)