|
Subject: [Rd] the amazing prof. ripley ... Newsgroups: gmane.comp.lang.r.devel Date: 2007-08-01 13:14:03 GMT (1 year, 48 weeks, 3 days, 1 hour and 37 minutes ago)
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!
______________________________________________
R-devel <at> r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
|
|
|