| use_github_links {usethis} | R Documentation |
Populates the URL and BugReports fields of a GitHub-using R package with
appropriate links.
use_github_links(auth_token = NULL, host = "https://api.github.com", overwrite = FALSE)
auth_token |
Provide a personal access token (PAT) from
https://github.com/settings/tokens. If |
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, |
## Not run: use_github_links() ## End(Not run)