Populates the URL and BugReports fields of DESCRIPTION with
https://github.com/<USERNAME>/<REPO>
AND
https://github.com/<USERNAME>/<REPO>/issues
, respectively, unless
those fields already exist.
use_github_links(pkg = ".", auth_token = github_pat(),
host = "https://api.github.com")
Path to package. See as.package
for more
information.
Provide a personal access token (PAT) from
https://github.com/settings/tokens. Defaults to the GITHUB_PAT
environment variable.
GitHub API host to use. Override with the endpoint-root for your GitHub enterprise instance, for example, "https://github.hostname.com/api/v3".
Other git infrastructure: use_git_hook
,
use_github
, use_git