Advice on R Package Building


[Up] [Top]

Documentation for package ‘goodpractice’ version 1.2.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
learn_skill_gp Function for AI agents to run and learn how to use the 'goodpractice' package.
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
use_skill_gp Download a local copy of 'goodpractice4agents.md' to tell AI agents how to use this package.