desc_url_git | R Documentation |
DESCRIPTION
fileReturns the first Git repository URL found in the URL
(preferred) or BugReports
fields of a DESCRIPTION
file.
desc_url_git(file = ".")
file |
DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used. |
Currently, this function recognizes GitLab, GitHub, Gitea, Codeberg, Pagure, Bitbucket and SourceHut repository URLs.
A character scalar.
Other package DESCRIPTION
functions:
desc_dep_vrsn()
,
desc_list()
,
desc_value()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.