Skip to contents

Names of the failed checks

Usage

failed_checks(gp)

Arguments

gp

gp output.

Value

Names of the failed checks.

See also

Other API: checks(), results()

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 [10ms]
#> 
#>  Preparing: lintr
#>  Preparing: lintr [63ms]
#> 
failed_checks(g)
#> [1] "no_description_depends" "no_description_date"    "description_url"       
#> [4] "description_bugreports" "lintr_semicolon_linter"