use_github_links
From devtools v1.11.1
by Hadley Wickham
Add GitHub links to DESCRIPTION.
Populates the URL and BugReports fields of DESCRIPTION with
https://github.com/
AND
https://github.com/
, respectively, unless
those fields already exist.
- Keywords
- internal
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
Community examples
Looks like there are no examples yet.