Displaying 3 results from an estimated 3 matches for "cyau".
Did you mean:
cya
2005 Sep 29
2
memory issues with large data set
Hi,
I am running R 2.0.1.1. on Windows. It is a Dell Dimension with a 3.2 Ghz Processor and 4Gb RAM.
When using the ReadAffy() function to read in 97 arrays, I get the below error messages:
Error: cannot allocate vector of size 393529
Reached total allocation of 1024Mb: see help(memory.size)
When I use the comman "memory.limit(size=4000)" to increase the memory size to the
2005 Oct 11
1
iterative output to file by row
Hi,
I'm sort of a newbie to using R to deal with array data. I'm trying to
create a simple filtering function, which outputs only the rows of a
data frame that satisfies a specific criterion. I've set up an
iterative loop to apply the condition to each row. I can create a new
matrix and use rbind to fill it in row by row in the loop, before
writing the whole matrix to file. But
2007 Jan 30
1
Error message when building a package
I'm trying to build a package. The machine is PowerPC G4 with Mac OS 10.4.8,
and I'm using R2.4.1.
I get "R CMD build roots" working, and it created roots.tar.gz. But I get
the following message when I run "R CMD INSTALL -l ../myrlibrary
roots.tar.gz"
======================================================================
* Installing *source* package 'roots'