Skip to content
Prev 47411 / 63424 Next

Support for long arrays

With that much RAM, you probably have many cores. Consider splitting 
your long array across several R sessions with distributed parallel 
processing so that no one segment is over the limit. You will likely 
need the parallel processing anyway to make your computation time 
tolerable. See the pbdDEMO package and the rest of pbdR packages (see 
r-pbd.org).

Cheers,
George
On 1/6/14 6:00 AM, r-devel-request at r-project.org wrote: