Will be based on:
https://github.com/jennybc/analyze-github-stuff-with-r#readme
Overview:
gh
packagemap()
is used to iterate over repomap_*()
functions used to create data frame from nested listmap()
to iterate over PRs and get affected files from the diffunnest()
to go from one row per PR to one row per file modified in a PRmap_*()
functions used to create data frame from nested listmap()
to iterate over issues and retrieve follow up commentswalk()
unnest()
to go from one row per issue to one row per comment on an issueSeveral clean scripts are there, as well as expository README.