="Years", main="Maintainance Duration")
newPkgsByYear
table(floor(yearsOfMaintainanceActivity))
nUpdatesSinceSep2011 <- vapply(ae, function(e){
Lm <- e[["Last modified"]]
sum(Lm >= as.Date("2011-09-01") & Lm != min(Lm))}, 0L)
table(nUp
Lm <- e[["Last modified"]]
sum(Lm >= as.Date("2011-09-01") & Lm != min(Lm))}, 0L)
table(nUpdatesSinceSep2011) # number of recent updates (not including original
submission)
Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com
> -Original Mess
Here we go again...
Today (2011-11-08) on The Comprehensive R Archive Network (CRAN) [1]:
"Currently, the CRAN package repository features 5001 available packages."
Going from 4000 to 5000 packages took 14.5 months - that's one new package
every 10.5 hours. Behind every package there are real pe