wood_github_tags: List GitHub tags for a repository

View source: R/github-tags.R

wood_github_tagsR Documentation

List GitHub tags for a repository

Description

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.

Usage

wood_github_tags(package, user)

Arguments

package

character(1)
Name of a package to query for.

user

character(1)
Name of a user or organization.

Value

A character vector of repository tags.

See Also

Functions for GitHub: wood_github_dependencies(), wood_github_latest(), wood_github_packages(), wood_github_versions()

Examples


wood_github_tags("gglgbtq", "turtletopia")
# Sometimes there are no tags (yet?)
wood_github_tags("ggpizza", "turtletopia")



woodendesc documentation built on April 18, 2023, 5:09 p.m.