This function queries GitHub for a list of tags for a given repository (indicated by a combination of package name and username). Each element is a tag, which need not be identical or even related to version code of the package at the given time.
Arguments
- package
character(1)
Name of a package to query for.- user
character(1)
Name of a user or organization.
See also
Functions for GitHub:
wood_github_dependencies()
,
wood_github_latest()
,
wood_github_packages()
,
wood_github_versions()