Skip to contents

This function queries GitLab 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_gitlab_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.

Examples

wood_gitlab_tags("rock", "r-packages")
#>  [1] "v0.8.1" "v0.7.1" "v0.7.0" "0.6.7"  "0.6.6"  "0.6.5"  "0.6.4"  "0.6.3" 
#>  [9] "0.6.0"  "v0.5.7" "v0.5.5" "0.5.5"  "v0.5.4" "v0.5.1" "v0.5.0" "0.4.3"