Connecting to GitHub Enterprise

Templating functions you can use to put functions like install_github() into your institution-specific package to work with your instance of GitHub Enterprise. See this article for more details.

use_github_enterprise() use_install_ghe() use_ghe_pat() use_use_ghe()

Use GitHub Enterprise components in your package

Creating a private CRAN-like repository

Functions to help you establish and populate create a private CRAN-like repository deployed to Github Enterprise (GHE). The idea is to use the Drat Repository Archive Template via the drat. See this article for more details.

init_drat_repo()

Initialize a DRAT repository

use_drat_repo() use_repo()

Adds Repository field to DESCRIPTION