Welcome to the repository containing the reproducibility scripts for the paper "Detecting the Functional Interaction Structure of Software Development Teams". The repository provides (i) a reproducibility script for the paper and (ii) tools to detect a team's functional interaction structure from interaction networks.
To run the reproducibility script, follow these steps. They are written for a system with Ubuntu Linux but work accordingly on other OSes.
- Install R and packages:
sudo apt update sudo apt install r-base r-cran-devtools r-cran-irkernel jupyter-notebook Rscript -e "install.packages(readLines('packages_cran.txt'))" Rscript -e "devtools::install_github(readLines('packages_github.txt'))"
- Open
Reproducibility.ipynb
:jupyter notebook Reproducibility.ipynb
- Run all cells in the notebook.
The code in this repository has been developed by
- Christian Zingg
- Christoph Gote
at the Chair of Systems Design, ETH Zurich.
This repository is released under the GNU Affero General Public License v3.0
Copyright 2020-2024, ETH Zurich.