[Rd] the amazing prof. ripley ...

Ben Bolker bolker at ufl.edu
Wed Aug 1 15:14:03 CEST 2007


x = readLines("http://developer.r-project.org/R.svnlog.2007")
rx = x[grep("^r",x)]
who = gsub(" ","",sapply(strsplit(rx,"\\|"),"[",2))
twho = table(who)
twho["ripley"]/sum(twho)

  74% of all commits!



More information about the R-devel mailing list