use_rdev_package: Use rdev package conventions

View source: R/setup.R

use_rdev_packageR Documentation

Use rdev package conventions

Description

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)


jabenninghoff/rdev documentation built on Sept. 5, 2024, 12:32 p.m.