goodpractice (version 1.0.1)

gp: Run good practice checks

Description

To see the results, just print it to the screen.

Usage

gp(path = ".", checks = all_checks(), quiet = TRUE)

Arguments

path

Path to a package root.

checks

Character vector, the checks to run. Defaults to all checks. Use all_checks to list all checks.

quiet

Whether to suppress output from the preparation functions. Note that not all preparation functions produce output, even if this option is set to FALSE.

Value

A goodpractice object that you can query with a simple API. See results to start.