Skip to content
Prev 1038 / 2152 Next

ff package - Error selecting 0 rows.

Hi Ivan,

Thanks for reporting this bug.
debug(as.integer.hi) and calling again shows that the return value 'integer()' was not assigned to 'ret'. This is fixed now in subversion on r-forge and will find its way to CRAN during the next week.
The documentation says "ff index expressions do not allow zeros and NAs" and trying to use a zero integer subscript?reminds you
Fehler in as.hi.integer(as.integer(x), ...) :
? 0s and mixed positive/negative subscripts not allowed

ff allows to use 'integer()' as an integer representation of an empty subscript, look at
[1] a b
<0 Zeilen> (oder row.names mit L?nge 0)
'data.frame':?? 0 obs. of? 2 variables:
?$ a: int
?$ b: int


Kind regards


Jens Oehlschl?gel?