plot_releases: A plotting function that visualises historical milestones/releases
Description
The function will take a data frame that details this information,
or more usefully, a Github repository listing.
Usage
plot_releases(repo)
Arguments
repo
the github repository to track, e.g. "snlab-ch/migraph"
Value
A ggplot graph object
Details
The function creates a project timeline graphic using ggplot2
with historical milestones and milestone statuses gathered from a
specified GitHub repository.