Skip to content
Prev 13320 / 20628 Next

GAMM big data (70K rand effects) guidance

Long vectors i.e. vectors of about length 2^31 or longer have been
progressively added to R, but not everywhere. In this case I think it is
because an array can't yet have a bounds of this size, although a vector
can.
Error in cbind(x, y) :
  long vectors not supported yet:
../../../../R-3.1.3/src/include/Rinlinedfuns.h:137

Even if this is fixed the C and Fortran code in many packages would need to
be modified as well.
On 8 May 2015 at 01:31, Steve Bellan <steve.bellan at gmail.com> wrote: