Re: [Rd] Milestone: 5000 packages on CRAN

2013-11-08 Thread Spencer Graves
="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

Re: [Rd] Milestone: 5000 packages on CRAN

2013-11-08 Thread William Dunlap
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

[Rd] Milestone: 5000 packages on CRAN

2013-11-08 Thread Henrik Bengtsson
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