Skip to contents

Add rdev templates and settings within the active package. Normally invoked when first setting up a package.

Usage

use_rdev_package(quiet = TRUE)

Arguments

quiet

If TRUE, disable user prompts by setting rlang::local_interactive() to FALSE.

GitHub Pages

GitHub Pages can be disabled by setting rdev.github.pages to FALSE: options(rdev.github.pages = FALSE)

GitHub Actions

GitHub Actions can be disabled by setting rdev.github.actions to FALSE: options(rdev.github.actions = FALSE)