use_ci {precommit} | R Documentation |
Use continuous integration with pre-commit
Description
Sets up continuous integration, or prompts the user to do it manually.
Usage
use_ci(
ci = getOption("precommit.ci", "native"),
force = FALSE,
open = rstudioapi::isAvailable(),
root = here::here()
)
Arguments
ci |
Specifies which continuous integration service to use. See
|
force |
Whether or not to overwrite an existing ci config file (only
relevant for |
open |
Whether or not to open pre-commit.ci
(if |
root |
The path to the root directory of your project. |
[Package precommit version 0.4.3 Index]