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
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
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
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)
>
>
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
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
Hi Uwe,
I am pleased to inform you that this problem has, following your hint, been
resolved. I installed 64-bit version of R and I was alright.
Thanks again for your time.
Ogbos
2009/6/24 Uwe Ligges
>
>
> ogbos okike wrote:
>
>> Hi,
>> I have a data of size 981.1MB(1028707715) and I intend to
ogbos okike wrote:
Hi,
I have a data of size 981.1MB(1028707715) and I intend to calculate the
length of the data using tapply function in R. I was able to read the data
into R but when I tried to use the factor function, I had an error message
"Error: cannot allocate vector of size 2.0 Gb".
Ca
Hi,
I have a data of size 981.1MB(1028707715) and I intend to calculate the
length of the data using tapply function in R. I was able to read the data
into R but when I tried to use the factor function, I had an error message
"Error: cannot allocate vector of size 2.0 Gb".
Can anybody tell me what
You just have too large a vector for your memory.
There is not much you can do with an object of 500 MG.
You have over 137 million combinations.
What are you trying to do with this vector?
--- Oscar A <[EMAIL PROTECTED]> wrote:
>
> Hello everybody!!
> I'm from Colombia (South America) and I'm
How much memory do you have on your system? What type of system do
you have? There is information in the archive about generating a
sequence like this without having to have it all in memory at once.
BTW, your matrix will require 1GB to store a single copy, so you will
probably need at least 2-3X
Hello everybody!!
I'm from Colombia (South America) and I'm new on R. I've been trying to
generate all of the possible combinations for a 6 number combination with
numbers that ranges from 1 to 53.
I've used the following commands:
datos<-c(1:53)
M<-matrix(data=(combn(datos,6,FUN=NULL,simplify=
What operating system are you running on? Do you know if you have run
out of physical memory? If on Windows, what do you have
'--max-mem-size' set to on the command line invoking the RGUI?
On 9/11/07, Sasse, Mark <[EMAIL PROTECTED]> wrote:
> I have been using R off an on for approximately 3 mont
I have been using R off an on for approximately 3 months. As such, I am
not very knowledgeable about coding in R. Currently I am running into
the following problem. I'm using scan to make data available in R. The
data I'm loading consists of over 400,000 records with 5 data fields.
After runnin
14 matches
Mail list logo