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 is enabled by default for public repositories, and can be disabled by setting rdev.github.pages to FALSE: options(rdev.github.pages = FALSE). GitHub Pages is disabled by default for private repositories (as it is not supported on the free plan), and can be enabled by setting rdev.github.pages to TRUE.

GitHub Actions

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