The function will take a data frame that details this information, or more usefully, a Github repository listing.
Arguments
- repo
the github repository to track, e.g. "globalgov/manydata"
- begin
When to begin tracking repository milestones. By default NULL, two months before the first release.
- end
When to end tracking repository milestones. By default NULL, two months after the latest release.
Details
The function creates a project timeline graphic using ggplot2 with historical milestones and milestone statuses gathered from a specified GitHub repository.
See also
Other call_:
call_packages()
,
call_sources()
,
call_treaties()