use_github_links {devtools}R Documentation

Add GitHub links to DESCRIPTION.

Description

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.

Usage

use_github_links(pkg = ".")

Arguments

pkg

Path to package. See as.package for more information.

See Also

Other git infrastructure: use_git_hook, use_github, use_git


[Package devtools version 1.11.1 Index]