Learn R Programming

precommit (version 0.4.3)

autoupdate: Auto-update your hooks

Description

Runs pre-commit autoupdate.

Usage

autoupdate(root = here::here())

Value

The exit status from pre-commit autoupdate (invisibly).

Arguments

root

The path to the root directory of your project.

Examples

Run this code
if (FALSE) {
autoupdate()
}

Run the code above in your browser using DataLab