Skip to content

cannot allocate vector of size 71773 Kb (PR#915)

2 messages · Brian Ripley, Erich Neuwirth

#
On Tue, 17 Apr 2001 cdhershberger@dow.com wrote:

            
No longer has the same problems....  There is also a section on
`What is a bug?' that you should read again.
Install more memory, or write better R code, or use better statistical
methods.
We would need to know a lot more about the code to see the problem,
but as a quick guess, clustering 8574 items with the standard algorithms
takes a very large amount of memory (on any system), so it would be the
third alternative.
#
have a look at the following session:
+ {
+ x*x
+ }
function(x)
{
x*x
}
{
    x * x
}
[1] "{"     "x * x"

somehow,
the closing parenthesis gets lost in the conversion.

i need this stuff because i want to get
the code of a function as a vector of strings so i can get it
into excel with my interface package.



--
Erich Neuwirth, Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._