powered by
Populates the URL and BugReports fields of a GitHub-using R package with appropriate links.
URL
BugReports
use_github_links(auth_token = NULL, host = "https://api.github.com", overwrite = FALSE)
Provide a personal access token (PAT) from https://github.com/settings/tokens. If NULL, will use the logic described in gh::gh_whoami() to look for a token stored in an environment variable. Use browse_github_pat() to help set up your PAT.
NULL
gh::gh_whoami()
browse_github_pat()
GitHub API host to use. Override with the endpoint-root for your GitHub enterprise instance, for example, "https://github.hostname.com/api/v3"
By default, use_github_links() will not overwrite existing fields. Set to TRUE to overwrite existing links.
use_github_links()
TRUE
# NOT RUN { use_github_links() # } # NOT RUN { # }
Run the code above in your browser using DataLab