List all checks currently implemented
See also
Other extra:
checks_to_markdown()
,
logfile_names()
,
render_md2html()
Examples
list_pkgchecks ()
#> ℹ The following checks are currently implemented in pkgcheck:
#> 1. pkgchk_branch_is_master
#> 2. pkgchk_ci_badges
#> 3. pkgchk_fns_have_exs
#> 4. pkgchk_fns_have_return_vals
#> 5. pkgchk_has_bugs
#> 6. pkgchk_has_citation
#> 7. pkgchk_has_codemeta
#> 8. pkgchk_has_contrib_md
#> 9. pkgchk_has_scrap
#> 10. pkgchk_has_url
#> 11. pkgchk_has_vignette
#> 12. pkgchk_left_assign
#> 13. pkgchk_license
#> 14. pkgchk_num_imports
#> 15. pkgchk_obsolete_pkg_deps
#> 16. pkgchk_on_cran
#> 17. pkgchk_pkgname_available
#> 18. pkgchk_renv_activated
#> 19. pkgchk_srr
#> 20. pkgchk_unique_fn_names
#> 21. pkgchk_uses_roxygen2