jumpingrivers/inteRgrate

Add check_all alias?

Closed this issue · 1 comments

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)
}

Yes it does: check_via_env(default = TRUE) (tagging fails gracefully)