Package index
-
cl_check_authors_r() - Check DESCRIPTION's Authors@R usage
-
cl_check_description_length() - Check that DESCRIPTION's Description field is a full paragraph
-
cl_check_global_env_write() - Check for writes to enclosing/global environments via <<- or ->>
-
cl_check_hardcoded_seed() - Check for hardcoded random seeds in package code
-
cl_check_installed_packages() - Check for calls to installed.packages()
-
cl_check_title_case() - Check that DESCRIPTION's Title field is in Title Case
-
cl_check_warn_suppression() - Check for options(warn =
) -
lint_cran() - Run all cranlint checks against a package