Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 440 Bytes

A quantitative study of the social dynamics of the R language.

First Analysis

Step 1: Download SVN logs:

Step 2: Use a regex to parse SVN logs to count commits coming from each core committer:

  • julia parse.jl > committers.tsv

Step 3: Tabulate results by pooling across years:

  • Rscript tabulate.R

Step 4: Visualize results across years using ggplot2:

  • Rscript viz.R