builds
builds.Rd
A dataset containing information about the builds.
Format
A data frame with 57 rows and 4 variables:
- build
A character vector that represents the build version. It is denoted in the format
major.minor.hotfix
.- release_length
An integer vector that represents the length of the release in days.
- release_start
A Date vector that represents the start date of the release.
- release_end
A Date vector that represents the end date of the release.