Learn R Programming

gitr (version 0.1.0)

tag: Git Tag Utilities

Description

Git Tag Utilities

Usage

gitr_recent_tag()

gitr_tag_info()

Arguments

Value

gitr_recent_tag(): character(1). The most recent tag.

gitr_tag_info(): A data frame summarizing the repository tags.

Functions

  • gitr_recent_tag(): gets the most recent git tag.

  • gitr_tag_info(): gets a data frame summary of the current git repository tags.

Examples

Run this code
if (FALSE) {
  gitr_recent_tag()

  gitr_tag_info()
}

Run the code above in your browser using DataLab