Skip to content

v1.0.0

Latest

Choose a tag to compare

@nandriychuk nandriychuk released this 17 Mar 15:04
a411bb4

gh.dash v1.0.0

Initial release of {gh.dash}, an R package that generates an HTML dashboard for tracking the development status of a portfolio of GitHub repositories. Given a list of repository slugs and a GitHub API token, the package queries the GitHub API for each repository and renders a self-contained R Markdown report that is suitable for deployment to GitHub Pages.

The dashboard contains two tabs:

Repository Status — a table summarising the latest release, open milestones, open pull requests, branch divergence, issue counts, and release cadence for every tracked repository.
PR Activity — a per-user breakdown of pull requests opened and reviewed over a configurable lookback window (default: 365 days).

What's Changed

New Contributors

Full Changelog: https://github.com/Gilead-BioStats/gh.dash/commits/v1.0.0