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_ci_badges
#> 2. pkgchk_fns_have_exs
#> 3. pkgchk_fns_have_return_vals
#> 4. pkgchk_has_bugs
#> 5. pkgchk_has_citation
#> 6. pkgchk_has_codemeta
#> 7. pkgchk_has_contrib_md
#> 8. pkgchk_has_scrap
#> 9. pkgchk_has_url
#> 10. pkgchk_has_vignette
#> 11. pkgchk_left_assign
#> 12. pkgchk_license
#> 13. pkgchk_obsolete_pkg_deps
#> 14. pkgchk_on_cran
#> 15. pkgchk_pkgname_available
#> 16. pkgchk_renv_activated
#> 17. pkgchk_srr
#> 18. pkgchk_unique_fn_names
#> 19. pkgchk_uses_roxygen2