Re: [R] Vector size limit for table() in R-2.15.1

2012-08-10 Thread peter dalgaard
On Aug 10, 2012, at 07:30 , Sean Ruddy wrote: > Thanks for the help all! Good to know that there's an answer. Unfortunately, > I don't have the rights to install programs so I wasn't able to try devel and > I've never heard of R patched but I'm guessing I can't install that either. > I'll see

Re: [R] Vector size limit for table() in R-2.15.1

2012-08-09 Thread Sean ruddy
Thanks for the help all! Good to know that there's an answer. Unfortunately, I don't have the rights to install programs so I wasn't able to try devel and I've never heard of R patched but I'm guessing I can't install that either. I'll see if I can get someone to do that. Much appreciated! Sea

Re: [R] Vector size limit for table() in R-2.15.1

2012-08-09 Thread Prof Brian Ripley
As the posting guide asked you to before posting, try R-patched. That has the NEWS items • duplicated(), unique() and similar now support vectors of lengths above 2^29 on 64-bit platforms. • unique() and similar would infinite-loop if called on a vector of length > 2^29 (bu

Re: [R] Vector size limit for table() in R-2.15.1

2012-08-09 Thread R. Michael Weylandt
On Aug 9, 2012, at 7:29 PM, Sean Ruddy wrote: > Hi, > > First, thanks in advance. Some useful info: > >> version > platform x86_64-unknown-linux-gnu > arch x86_64 > os linux-gnu > system x86_64, linux-gnu > version.string R version 2.15.1 (2012-06-22) > >

Re: [R] Vector size limit for table() in R-2.15.1

2012-08-09 Thread David Winsemius
On Aug 9, 2012, at 5:29 PM, Sean Ruddy wrote: Hi, First, thanks in advance. Some useful info: version platform x86_64-unknown-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu version.string R version 2.15.1 (2012-06-22) I'm trying to use the t

[R] Vector size limit for table() in R-2.15.1

2012-08-09 Thread Sean Ruddy
Hi, First, thanks in advance. Some useful info: >version platform x86_64-unknown-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu version.string R version 2.15.1 (2012-06-22) I'm trying to use the table() function on a 2 column matrix that has 711 m