Advice on R Package Building


[Up] [Top]

Documentation for package ‘goodpractice’ version 1.1.0

Help Pages

goodpractice-package goodpractice: Advice on R Package Building
all_checks List the names of all checks
all_check_groups List available check group names
checks List all checks performed
checks_by_group Select checks by check group
customization Defining custom preparations and checks
default_checks List the names of default checks (excludes optional check sets)
describe_check Describe one or more checks
describe_check_groups Describe available check groups
export_json Export failed checks to JSON
failed_checks Names of the failed checks
failed_positions Positions of check failures in the source code
goodpractice Run good practice checks
gp Run good practice checks
make_check Defining custom preparations and checks
make_prep Defining custom preparations and checks
print.goodPractice Print goodpractice results
results Return all check results in a data frame
tidyverse_checks List the names of tidyverse style checks