[R] allocMatrix limits

2008-07-31 Thread Vadim Kutsyy
I am getting an error "allocMatrix: too many elements specified" when I am trying to create large matrix or vector (about 1 billion elements). How can I find out limits on allocMatrix? Can I increase them? Thanks, Vadim. PS: I am running R on SUSE10 on ___

Re: [R] allocMatrix limits

2008-07-31 Thread Vadim Kutsyy
I am getting an error "allocMatrix: too many elements specified" when I am trying to create large matrix or vector (about 1 billion elements). How can I find out limits on allocMatrix? Can I increase them? ?"Memory-limits", and you cannot increase them unless you have a system which has lar

Re: [R] allocMatrix limits

2008-08-01 Thread Vadim Kutsyy
Martin Maechler wrote: VK> The problem is in array.c, where allocMatrix check for VK> "if ((double)nrow * (double)ncol > INT_MAX)". But why VK> itn is used and not long int for indexing? (max int is VK> 2147483647, max long int is 9223372036854775807) Well, Brian gave you all i

[R] R and TeraData

2007-10-17 Thread Vadim Kutsyy
Hello, Does anyone know a way to connect from R on Linux box to TeraData server? I can use ODBC connection on Windows box, but with amount of data I need (and prefer) to use large Linux box. Thanks, Vadim __ R-help@r-project.org mailing list https:

Re: [R] R and TeraData

2007-10-17 Thread Vadim Kutsyy
David, Thank you for the idea, I didn't think about it. TeraData does have Linux ODBC drivers. Thanks again. Vadim David Scott wrote: > On Wed, 17 Oct 2007, Vadim Kutsyy wrote: > >> Hello, >> >> Does anyone know a way to connect from R on Linux box to TeraDa