Names of the failed checks
Arguments
- gp
gpoutput.
Examples
path <- system.file("bad1", package = "goodpractice")
# run a subset of all checks available
g <- gp(path, checks = all_checks()[3:16])
#> ℹ Preparing: description
#> ✔ Preparing: description [9ms]
#>
failed_checks(g)
#> [1] "no_description_depends" "no_description_date" "description_url"
#> [4] "description_bugreports" "has_readme" "has_news"
#> [7] "r_file_extension"
