[R] prb with data.table

yoda55 arnaud.amsellem at gmail.com
Sat Apr 16 21:30:17 CEST 2011


R.2.11.1 on Windows 7

When running data.table examples.
> DT = data.table(x=rep(c("a","b","c"),each=3), y=c(1,3,6), v=1:9)
> setkey(DT,x)
> DT["a"]
I get the following error message
Erreur dans seq.default(to = xlen, length = n) :
  length must be non-negative number

When running the test.data.table(), pretty much all the tests fail (see
below)
Test 8 Error in seq.default(to = xlen, length = n) :
  length must be non-negative number
Test 9 Error in seq.default(to = xlen, length = n) :
  length must be non-negative number
.....

Any help appreciated   

--
View this message in context: http://r.789695.n4.nabble.com/prb-with-data-table-tp3454478p3454478.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list