usethis (version 1.5.1)

use_github_links: Use GitHub links in URL and BugReports

Description

Populates the URL and BugReports fields of a GitHub-using R package with appropriate links.

Usage

use_github_links(auth_token = github_token(),
  host = "https://api.github.com", overwrite = FALSE)

Arguments

auth_token

GitHub personal access token (PAT).

host

GitHub API host to use. Override with the endpoint-root for your GitHub enterprise instance, for example, "https://github.hostname.com/api/v3".

overwrite

By default, use_github_links() will not overwrite existing fields. Set to TRUE to overwrite existing links.

Examples

Run this code
# NOT RUN {
use_github_links()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace