sailuh / kaiaulu

An R package for mining software repositories
http://itm0.shidler.hawaii.edu/kaiaulu
Mozilla Public License 2.0
18 stars 12 forks source link

Extend CLI for automated collaboration analyses #302

Open nicolehoess opened 3 months ago

nicolehoess commented 3 months ago

Additional CLIs for git entity parsing and network construction would be helpful to automate large-scale developer collaboration analyses.

Additional interfaces for git log entity parsing (including a parallelized version for speed-up) could be added to exec/git.R. The parallelized version should also offer the possibility to specify time windows explicitly by date for flexibility.

For developer collaboration analysis, two new interfaces for network construction (bipartite projection and temporal collaboration networks) could be added to exec/graph.R.