use_rdev_package | R Documentation |
Add rdev templates and settings within the active package. Normally invoked when first setting up a package.
use_rdev_package(quiet = TRUE)
quiet |
If TRUE, disable user prompts by setting |
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 can be disabled by setting rdev.github.actions
to
FALSE
: options(rdev.github.actions = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.