I am running into issues trying to use large objects in R. For example:
> memory.limit(4000) > a = matrix(NA, 1500000, 60) > a = matrix(NA, 2500000,
The simplest way to sidestep this limitation is to switch to 64 bit R.