[Teammetrics-discuss] Fixing lists with less than 10 authors.
Sukhbir Singh
sukhbir.in at gmail.com
Tue Feb 7 12:54:37 UTC 2012
Hi,
Just pushed it for `commitstat` and generated the graphs.
They are in: '/home/sukhbir/teammetrics/out.tar.bz2' @ blends.d.n .
Looks good, and it has handled the graph generation for authors with <
10 members, like our team for example. (commitstat_teammetrics.png).
But during the execution:
Error in `rownames<-`(`*tmp*`, value = 2003) :
attempt to set rownames on object with no dimensions
Execution halted
Error in `rownames<-`(`*tmp*`, value = 2003) :
attempt to set rownames on object with no dimensions
Execution halted
Error in `rownames<-`(`*tmp*`, value = c(2007, 2008)) :
attempt to set rownames on object with no dimensions
Execution halted
Error in `rownames<-`(`*tmp*`, value = c(2007, 2008)) :
attempt to set rownames on object with no dimensions
Execution halted
So I Googled the error and found this:
https://stat.ethz.ch/pipermail/r-sig-ecology/2009-August/000754.html
Solution: R was calling the variable "r" a factor, not a number,
and then it couldn't fit an lme to a factor response variable.
Seems like a R issue you can fix :)
--
Sukhbir
More information about the Teammetrics-discuss
mailing list